This repository was archived by the owner on Mar 30, 2024. It is now read-only.
Releases: CloudKidStudio/library-grunt
Releases · CloudKidStudio/library-grunt
Release list
0.6.4
0.6.2
Changes
- Renamed build-dev to build-debug
- Updated to latest dependencies
0.6.1
Changes
- Building CSS files in the library.json's
mainDebugarray, now work - Updated to latest dependencies
0.6.0
Changes
- Renamed build.json to library.json
0.5.2
Changes
- Main and module build lists now support CSS building in minified and uncompressed versions
- Clean task now takes care of CSS files in the root dist folder
0.5.1
New Features
- Added the ability to have CSS-only modules
0.5.0
New Features
- Added support for QUnit testing
- Added tasks and structure for examples
- Added scaffolding now supports a default .travis.yml file
0.4.2
Bugs Fixed
- Replaced absolute paths with relative paths to improve YUI Docs
- Updated npm dependencies
0.4.0
Changes
- Added support for modules in build.json
- Fixed bugs with scaffolding
- Replaced underscore with lodash
- Add optional support for LESS/CSS building
0.3.1
Changes
- Renamed project id from grunt-library-builder to library-grunt
- Added grunt-simple-version to add version bumping
- Scaffolding is no longer a pre/postinstall script, instead added a
scaffoldscript - Removed scripts/preinstall.js and scripts/postinstall.js
- Added support for Travis-CI