Commit Graph

3 Commits

Author SHA1 Message Date
Matthew Amato 7e08a7b2a7 Initial port of build process to gulp
1. Move all build related code to gulpfile.js
2. Add `npm` scripts for all gulp tasks so no one needs to install gulp globally.
3. Added new `jshint-watch` task for continually running jsHint on changed files and writing the results to the console.
2015-10-16 17:30:14 -04:00
Matthew Amato 6f59106a18 Use relative paths. 2015-09-21 14:37:53 -04:00
Matthew Amato f92e2fafb1 Initial WebStorm project
This adds a basic WebStorm project for devs that want to use WebStorm.
It's not as robust as the Eclipse set up yet, but I'll remedy that in a
future PR.  For now:

1. Configure code formatters to mimic Eclipse formatting.  It's not 100%
but it's close

2. Add a File Watch that triggers `ant build` whenever a glsl file is
modified.

3. Mark `Build` directory as ignored, the root directory as resource root,
and the `Specs` directory as test root.
2015-09-21 14:25:49 -04:00