0.0.1 • Published 9 years ago

fis-preprocessor-js-hash v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

fis-preprocessor-js-hash

js中获取js文件的hash

var hash = '__filehash';

js.src = '//m.baidu.com/?t='+hash;

使用

npm install -g fis-preprocessor-js-hash
fis.merge.config({
    modules: {
        preprocessor: {
            js: "js-hash"
        }
    },
    ....
});
0.0.1

9 years ago