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

Releases: CloudKidStudio/project-grunt

0.6.9

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 18 Sep 19:37
  • Added an optional flag to the long-formatted module definition in project.json which allows you to exclude jshint from being run on those files. This is useful is your modules is a collection of Bower dependencies.

0.6.8

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 03 Aug 18:11
  • Added post and pre build hooks
  • Updated dependencies

0.6.5

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 25 Jul 14:02

When running tasks debug, build-debug or libs-debug, will now warn in invalid source paths.

0.6.4

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 16 Jul 21:19
  • Updated dependencies

0.6.3

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 10 Jun 18:09
  • Updated dependencies
  • Fixed installation documentation

0.6.2

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 23 Feb 15:22
  • Updated dependencies

0.6.1

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 28 Jan 02:58

Changes

  • Renamed build-dev to build-debug
  • Added a new task debug which is an alias for build-debug
  • Updated dependencies

0.5.2

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 24 Nov 21:22

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

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 20 Nov 21:54

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

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 20 Nov 20:35
  • 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