This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
Releases: CloudKidStudio/project-grunt
Releases · CloudKidStudio/project-grunt
0.6.9
0.6.8
- Added post and pre build hooks
- Updated dependencies
0.6.5
When running tasks debug
, build-debug
or libs-debug
, will now warn in invalid source paths.
0.6.4
- Updated dependencies
0.6.3
- Updated dependencies
- Fixed installation documentation
0.6.2
- Updated dependencies
0.6.1
Changes
- Renamed build-dev to build-debug
- Added a new task debug which is an alias for build-debug
- Updated dependencies
0.5.2
Changes
load-grunt-config
implementation now available for the project internally (as well as a plugin). This will break existing project which projects created their own instance of load-grunt-config.- Added an
options.data
property for setting global data properties for the Grunt tasks - Updated dependencies
0.4.0
Changes
- Removed tasks: assets, assets-debug and dev-main
- Deprecated assets key from the build.json specification
- Scaffolding is no longer a postinstall script (can be run by
npm run-script grunt-game-builder scaffold
)
0.3.8
- Renamed build:dev task to build-dev
- Replace internal version bumping functionality with external grunt-simple-version
- Removed preinstall script for better compatibility with Node 0.10.33
- Consolidated postinstall script to better update version
- Minor updates to the scaffold files