Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #120 from ncri/master
Browse files Browse the repository at this point in the history
Improved contextual toolbar positioning
  • Loading branch information
bergie committed Oct 17, 2012
2 parents 4466335 + dba0c7a commit 2baa54c
Show file tree
Hide file tree
Showing 3 changed files with 871 additions and 867 deletions.
4 changes: 2 additions & 2 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ task 'build', 'generate unified JavaScript file for whole Hallo', ->
console.log version
series [
(sh "cp -R src tmp")
(sh "sed -i 's/{{ VERSION }}/#{version}/' '#{__dirname}/tmp/hallo.coffee'")
(sh "sed -ibak 's/{{ VERSION }}/#{version}/' '#{__dirname}/tmp/hallo.coffee'")
(sh "./node_modules/.bin/coffee -o examples -j hallo.js -c `find tmp -type f -name '*.coffee'`")
(sh "rm -r tmp")
]
Expand All @@ -45,7 +45,7 @@ task 'min', 'minify the generated JavaScript file', ->
console.log version
series [
(sh "cp -R src tmp")
(sh "sed -i 's/{{ VERSION }}/#{version}/' '#{__dirname}/tmp/hallo.coffee'")
(sh "sed -ibak 's/{{ VERSION }}/#{version}/' '#{__dirname}/tmp/hallo.coffee'")
(sh "./node_modules/.bin/coffee -o examples -j hallo.js -c `find tmp -type f -name '*.coffee'`")
(sh "./node_modules/.bin/uglifyjs examples/hallo.js > examples/hallo-min.js")
(sh "rm -r tmp")
Expand Down
Loading

0 comments on commit 2baa54c

Please sign in to comment.