Skip to content

Commit bdcb450

Browse files
committed
makefile alignment
1 parent 1517844 commit bdcb450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dist/payform.min.js: dist/payform.js
1111

1212
dist/jquery.payform.js: src/jquery.payform.coffee
1313
$(BIN)browserify \
14-
-p bundle-collapser/plugin \
15-
-t coffeeify \
16-
--extension='.coffee' \
17-
src/jquery.payform.coffee > dist/jquery.payform.js
14+
-p bundle-collapser/plugin \
15+
-t coffeeify \
16+
--extension='.coffee' \
17+
src/jquery.payform.coffee > dist/jquery.payform.js
1818

1919
dist/jquery.payform.min.js: dist/jquery.payform.js
2020
$(BIN)uglify -s dist/jquery.payform.js -o dist/jquery.payform.min.js

0 commit comments

Comments
 (0)