Skip to content

Commit e68ef72

Browse files
committed
Always build unminified coffeescript source
1 parent 9b7f4ef commit e68ef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build-source-gem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install
1919

2020
mkdir -p lib/coffee_script
2121

22-
cake build:browser
22+
MINIFY=false cake build:browser
2323
mv extras/coffee-script.js lib/coffee_script/coffee-script.js
2424

2525
cat << ERUBY > lib/coffee_script/source.rb

0 commit comments

Comments
 (0)