Grunt
こうして % npm init こうして % npm install --dev-save grunt-contrib-watch こうして % cat Gruntfile.coffee module.exports = (grunt) -> grunt.initConfig watch: files: 'test.c' tasks: ['compile'] grunt.loadNpmTasks 'grunt-contrib-watch' grunt…
こうして % npm init こうして % npm install --dev-save grunt-contrib-watch こうして % cat Gruntfile.coffee module.exports = (grunt) -> grunt.initConfig watch: files: 'test.c' tasks: ['compile'] grunt.loadNpmTasks 'grunt-contrib-watch' grunt…