Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 477 Bytes

html2js-gulp-for-cuf

Just a html2js tool for cuf team

  • Put your js file into src/js dir
  • Put your html file into src/template dir
  • Put your css file into src/css dir
  • npm install -g gulp
  • npm install
  • Run command gulp

Params

--concat-file-name ${{fileName}}
--uglify
--cssmini
--template-module-name ${{moduleName}}
--app-module-name ${{moduleName}}

gulp相关资料