0.0.1 • Published 10 years ago

grunt-sjistoutf8 v0.0.1

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

grunt-utf8tosjis

概要

Shift-JISのファイルをUTF-8で書きだすプラグイン。

インストール

npm install grunt-sjistoutf8 -D

タスクの書き方

  1. Gruntfileでプラグインをロード。
grunt.loadNpmTasks 'grunt-utf8tosjis'
  1. タスクを書く
sjistoutf8:
  dist:
    expand: true
    cwd   : 'src'
    src   : ['**/*.html']
    dest  : 'build'
    ext   : '.html'