0.0.4 • Published 8 years ago

fis3-deploy-html-inline-merge v0.0.4

Weekly downloads
2
License
BSD
Repository
github
Last release
8 years ago

fis3-deploy-html-inline-merge

fis3 合并html中的style/script inline标签

Usage

// fis-conf.js
fis.media('dist')
    .match('*.html', {
        deploy: [
            fis.plugin('html-inline-merge'),
            fis.plugin('local-deliver', {
                to: '../dist'
            })
        ]
    });
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago