You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

js.stub 370 B

4 years ago
1234567891011
  1. ({
  2. {%config%}
  3. ,
  4. optimizeCss: "standard",
  5. optimize: "{%optimize%}", //可使用uglify|closure|none
  6. preserveLicenseComments: false,
  7. removeCombined: false,
  8. baseUrl: "{%jsBasePath%}", //JS文件所在的基础目录
  9. name: "{%jsBaseName%}", //来源文件,不包含后缀
  10. out: "{%jsBasePath%}{%jsBaseName%}.min.js" //目标文件
  11. });