We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9fcd2 commit cac5a42Copy full SHA for cac5a42
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
package-lock.json
3
flowCommon.min.js
4
+flowCommonWeb.min.js
minify.rb
@@ -6,9 +6,6 @@
6
outputDir = "#{__dir__}"
7
filename = "flowcommon.min.js"
8
9
-abort unless system "cd #{flowCommonWebDir} && uglifyjs #{flowCommonWebFiles} --output #{outputDir}/#{filename}"
+abort unless system "cd #{flowCommonWebDir} && uglifyjs #{flowCommonWebFiles} --compress --output #{outputDir}/#{filename}"
10
11
puts "Successfully Minified FlowCommonWeb files!"
12
-
13
14
0 commit comments