grunt-sjistoutf8

0.0.1 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i grunt-sjistoutf8

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • d.kimura