文件名称:gulp-html-script:将 html 中的脚本分配到单独的文件中
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-01 00:47:45
JavaScript
gulp-html-脚本 将 html 中的脚本分配到单独的文件中 用法 <!-- about.html --> < body > < div> text text div> < script > var one = 222 ; one ++ ; </ script > < div> text text div> </ body > // gulpfile.js var gulp = require ( 'gulp' ) ; var htmlScript = require ( 'gulp-html-script' ) ; gulp . task ( 'html' , function ( ) { return gulp . src ( 'path/to/project' ) . pipe ( htmlScript ( ) ) . pipe
【文件预览】:
gulp-html-script-master
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(26B)
----index.js(3KB)
----package.json(751B)