タグ

ブックマーク / markdalgleish.github.io (1)

  • Build Wars: Gulp vs Grunt

    A brief history of Grunt I realized that a task-based build tool with built-in, commonly used tasks was the approach that would work best for me Ben Alman March 2012 Single, global Grunt: $ npm install -g grunt Configuration over code grunt.initConfig({ lint: { src: 'src/<%= pkg.name %>.js' }, concat: { src: [ '<banner:meta.banner>', '<file_strip_banner:src/<%= pkg.name %>.js>' ], dest: '<%= pkg.n

    Build Wars: Gulp vs Grunt
    ntaoo
    ntaoo 2014/02/18
    gulpは素晴らしくYeomanチームも認めてgulpに対応するけど、成熟するにはもう少し時間がかかるという内容。将来の乗り換えを視野に入れつつ静観する。
  • 1