# 6.1.1

- Add md and txt file type to static file process.

# 6.1.0

- Add export color vars as const to js file.

# 6.0.6

- FIX css files are now only minimized in release builds.

# 6.0.5

- Remove deprecated module `gulp-minify-html` and replaced it by `gulp-htmlmin`.
- Add meta information "build date" and "build version" to `index.html` file, but only if it's enabled by the config. See configuration parameter: `global.config.buildProcess.metaInformation`

# 6.0.4

- Update dependencies
- Minify html templates using `html-minify-loader`
- Remove duplicated `autoprefixer` plugin
- Using `cssnano` to minify css
- Fix broken gulp task (added missing `gulp-if`)

# 6.0.3

- Add gulp plumber for postCSS process.

# 6.0.2

- Add sorting, discardComments and replace mixins, conditions, . . . with precss.

# 6.0.1

- Away remains of SCSS

# 6.0.0

- Remove SCSS/SASS task

# 5.1.1

- Remove npm shrinkwrap to enable usage of node 4.x

# 5.1.0

- Add PostCSS Task

# 5.0.0

- Enhanced for usage with npm 3+ and node 5+

# 4.2.5

- Update dependencies

# 4.2.4

- Reduce build output to minimum

# 4.2.2

- Update .jscp config file to new major release 2.0.0 of gulp-jscs

# 4.2.1

- Update package dependencies

# 4.2.0

- Don't break on errors if in watch mode

# 4.1.2

- Don't break on errors if in watch mode

# 4.1.1

- Fix function invocation

# 4.1.0

- Throw error and exit on webpack build error

# 4.0.2

- Fix build-release task

# 4.0.0

- Use webpack to build unit tests

# 3.5.0 (2015-07-02)

- Add build cache key to global

# 3.4.0 (2015-06-18)

- Add app source as resolve root for modules

# 3.3.3 (2015-06-02)

- Fix npm-shrinkwrap file

# 3.3.2 (2015-06-02)

- Fix npm-shrinkwrap version

# 3.3.1 (2015-06-02)

- Push version to force republish

# 3.3.0 (2015-06-02)

- Remove build-docs task
- Performance improvements

# 3.2.0 (2015-05-20)

- Update node-sass to 3.1.1

# 3.1.0 (2015-05-06)

- Integrate watch-unit-test task

# 3.0.4 (2015-05-05)

- Disable 'NameFormat' scss lint rule

# 3.0.3 (2015-04-29)

- Fix dependency versions with npm-shrinkwrap.json
- reenable unit tests

# 3.0.2 (2015-04-29)

- Deactivate unit tests due to bug in jasmine 2.3.0

# 3.0.1 (2015-04-29)

- Fix glob patter for ES6 tests
- Deactivate source maps for test compilation

# 3.0.0 (2015-04-28)

- Use environment-config-webpack-loader
- Remove support for replacing config.environment.json files

# 2.6.2 (2015-04-21)

- Make unit-tests run in sequence

# 2.6.1 (2015-04-16)

- Move unit-test to own run level

# 2.6.0 (2015-04-14)

- Enable ES6 unit tests

# 2.5.2 (2015-03-10)

- Change SCSS lint rules

# 2.5.1 (2015-03-10)

- Downgrade sass-loader to 0.4.2

# 2.5.0 (2015-03-30)

- Make async attribute configurable

# 2.4.4 (2015-03-30)

- Update sass-loader to 1.0.0

# 2.4.2 (2015-03-25)

- Fix Add missing paranthesis

# 2.4.1 (2015-03-25)

- Fix Add missing paranthesis

# 2.4.1 (2015-03-25)

- Fix watch task to watch index.html again

# 2.4.0 (2015-03-25)

- Manage static and animated icons differently

# 2.3.0 (2015-03-23)

- Custom loaders definable by app

# 2.2.1 (2015-03-23)

- Fix config overwrite with nested getter
- Fix script output name for webpack

# 2.2.0 (2015-03-23)

- Implement build environment and config switch

# 2.1.0 (2015-03-19)

- Enable ES6 transpiling

# 2.0.0 (2015-03-18)

- Replace browerify with webpack

# 1.0.1 (2015-03-16)

- Move autoprefixer from release styles to develop styles

# 1.0.0 (2015-03-12)

- First Release

# 0.0.1 (2015-02-23)

- experimental version
