ToDoDoDo

WEBとクリエイティブな何かについて

2013-10-30から1日間の記事一覧

Gruntでファイル名を一括で置換する

photo by "Cowboy" Ben Almanfoo.file -> bar.file みたいなことをやりたい時に、 Gruntのモジュールはいくつかあるけども、以下のものが良かったのでメモgrunt-file-regex-rename https://github.com/kashiif/grunt-file-regex-rename

Gruntでファイル内のテキストを一括で置換する

photo by "Cowboy" Ben Alman grunt deploy --revision=hogehogeこれがやりたかったまずは、 Grunt Option API で、コマンドのオプションを設定、取得する grunt.option('revision') // hogehoge参考: http://js.studio-kingdom.com/grunt/api/grunt_option …