only hash when minified

This commit is contained in:
Henry Oswald
2017-12-13 16:37:51 +00:00
parent ccbb15c82e
commit f021f21f11
+1 -1
View File
@@ -143,7 +143,7 @@ html(itemscope, itemtype='http://schema.org/Product')
"paths" : {
"moment": "libs/#{lib('moment')}",
"fineuploader": "libs/#{lib('fineuploader')}",
"main": "#{buildJsPath('main.js', {hashedPath:true, fingerprint:false, removeExtension:true})}"
"main": "#{buildJsPath('main.js', {hashedPath:settings.useMinifiedJs, fingerprint:false, removeExtension:true})}",
},
"config":{
"moment":{