|
@@ -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)
|