Simple programming game for children.
- Grunt or Gulp task runner and build system.
- Simple Local HTTP Server with live browser reload.
- CSS preprocessor with Sass and LibSass.
- Testing with Karma and Jasmine or Mocha.
- Modules with Bower Package Manager and RequireJS AMD module loader or Browserify or ES6 Modules via ES6 Module Transpiler.
- Scaffolding with Yeoman or Slush.
Task | Grunt Task | Gulp Task |
---|---|---|
local server | grunt-contrib-connect | gulp-connect + gulp-open |
file watcher | grunt-contrib-watch | gulp.watch |
css preprocessor | grunt-contrib-sass | gulp-sass |
autoprefixer | grunt-autoprefixer | gulp-autoprefixer |
javascript hint | grunt-contrib-jshint | gulp-jshint |
javascript uglify | grunt-contrib-uglify | gulp-uglify |
unit test | grunt-karma | gulp-karma |
test runner | karma-jasmine | karma-mocha |
- Node.js
- Ruby, Sass
3.2
- Grunt
^0.4.0
npm install -g grunt
npm install -g bower
npm install
bower install
grunt
npm install
npm install -g gulp
bower install
gulp
© 2014 Béla Varga <bela@ecmanauten.de>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.