Skip to content

ksky521/fis-preprocessor-js-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
        }
    },
    ....
});

About

js文件hash值

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published