BrettJephson / ash-js

A JavaScript port of Ash Framework - https://github.com/richardlord/Ash - an Actionscript 3 entity framework for game development
102 stars 16 forks source link

organizing grunt.js #2

Closed abiyasa closed 11 years ago

abiyasa commented 11 years ago

Hi Brett,

I'm proposing to move the grunt.js from build folder to public folder. Therefore, anyone can build the latest ash-js by calling grunt require from the main folder. All build result will be created inside the build folder.

I also add npm package.json which will automatically install grunt & grunt-requirejs

BrettJephson commented 11 years ago

Great, thanks. Tidies the build up nicely.