0.0.1 • Published 12 years ago
grunt-sjistoutf8 v0.0.1
grunt-utf8tosjis
概要
Shift-JISのファイルをUTF-8で書きだすプラグイン。
インストール
npm install grunt-sjistoutf8 -Dタスクの書き方
- Gruntfileでプラグインをロード。
grunt.loadNpmTasks 'grunt-utf8tosjis'- タスクを書く
sjistoutf8:
dist:
expand: true
cwd : 'src'
src : ['**/*.html']
dest : 'build'
ext : '.html'0.0.1
12 years ago