streamline more things
This commit is contained in:
parent
69d865c050
commit
befd0b4a2d
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
bundle exec rake
|
||||
if [ $? -ne 0 ]; then exit 1; fi
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in $PWD/dev-bin/hooks/*; do
|
||||
ln -sf $i .git/hooks/${i##*/}
|
||||
done
|
||||
|
@ -90,7 +90,7 @@ module Jasmine
|
||||
if cache.cached?
|
||||
%{<script type="text/javascript" src="#{cache.cache_file}"></script>
|
||||
<script type="text/javascript">
|
||||
window.CoffeeScriptToFilename['#{File.split(cache.cache_file).last}'] = '#{file}';
|
||||
window.CSTF['#{File.split(cache.cache_file).last}'] = '#{file}';
|
||||
</script>}
|
||||
else
|
||||
%{<script type="text/javascript">#{source}</script>}
|
||||
|
2
vendor/assets/coffeescripts/prolog.coffee
vendored
2
vendor/assets/coffeescripts/prolog.coffee
vendored
@ -62,3 +62,5 @@ if window.JHW
|
||||
JHW.stdout.puts(msg)
|
||||
|
||||
window.CoffeeScriptToFilename = {}
|
||||
window.CSTF = window.CoffeeScriptToFilename
|
||||
|
||||
|
1
vendor/assets/javascripts/prolog.js
vendored
1
vendor/assets/javascripts/prolog.js
vendored
@ -81,4 +81,5 @@
|
||||
};
|
||||
}
|
||||
window.CoffeeScriptToFilename = {};
|
||||
window.CSTF = window.CoffeeScriptToFilename;
|
||||
}).call(this);
|
||||
|
Loading…
Reference in New Issue
Block a user