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 1517844 commit bdcb450Copy full SHA for bdcb450
Makefile
@@ -11,10 +11,10 @@ dist/payform.min.js: dist/payform.js
11
12
dist/jquery.payform.js: src/jquery.payform.coffee
13
$(BIN)browserify \
14
- -p bundle-collapser/plugin \
15
- -t coffeeify \
16
- --extension='.coffee' \
17
- src/jquery.payform.coffee > dist/jquery.payform.js
+ -p bundle-collapser/plugin \
+ -t coffeeify \
+ --extension='.coffee' \
+ src/jquery.payform.coffee > dist/jquery.payform.js
18
19
dist/jquery.payform.min.js: dist/jquery.payform.js
20
$(BIN)uglify -s dist/jquery.payform.js -o dist/jquery.payform.min.js
0 commit comments