Skip to content

dkimura/grunt-sjistoutf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-sjistoutf8

概要

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

インストール

npm install grunt-sjistoutf8 -D

タスクの書き方

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published