Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Releases: CloudKidStudio/library-grunt

0.6.4

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 25 Jul 14:01

Changes

  • Updated dependencies
  • Warn on invalid assets when attempting to concat main or modules source files

0.6.2

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 28 Jan 03:12

Changes

  • Renamed build-dev to build-debug
  • Updated to latest dependencies

0.6.1

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 27 Dec 03:35

Changes

  • Building CSS files in the library.json's mainDebug array, now work
  • Updated to latest dependencies

0.6.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 12 Dec 16:14

Changes

  • Renamed build.json to library.json

0.5.2

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 12 Dec 15:57

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

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 11 Dec 15:28

New Features

  • Added the ability to have CSS-only modules

0.5.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 09 Dec 21:28

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

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 03 Dec 19:10

Bugs Fixed

  • Replaced absolute paths with relative paths to improve YUI Docs
  • Updated npm dependencies

0.4.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 21 Nov 20:48

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

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 20 Nov 22:45

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 scaffold script
  • Removed scripts/preinstall.js and scripts/postinstall.js
  • Added support for Travis-CI