zhangweicheng hace 5 años
padre
commit
3941bb9687
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      gulpfile.js

+ 10 - 0
gulpfile.js

@@ -171,6 +171,16 @@ let compleRation_instOptions = {
     ]
 }
 
+let unitPriceOptions={
+  version:version,
+  scriptsDest:scriptsDest,
+  jspaths:unitPrice_jspaths,
+  concatName:'unitPrice.all.min',
+  htmlDest:'web/building_saas/unit_price_file',
+  htmlName:'index.html',
+  injectList:['web/dest/scripts/unitPrice.all.min.'+version+'.js']
+}
+
 function minify(options) {
     if(options.jspaths){
         return gulp.src(options.jspaths)