あいつの日誌β

働きながら旅しています。

Grunt

うっかり C 言語の入門をしたくなったときの Gruntfile

こうして % 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…