Shift-JISのファイルをUTF-8で書きだすプラグイン。
npm install grunt-sjistoutf8 -D
- Gruntfileでプラグインをロード。
grunt.loadNpmTasks 'grunt-sjistoutf8'
- タスクを書く
sjistoutf8:
dist:
expand: true
cwd : 'src'
src : ['**/*.html']
dest : 'build'
ext : '.html'