Skip to content

Commit

Permalink
Update build task and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey O'Hara committed Apr 14, 2012
1 parent e0ce94d commit 2d43122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build
pkg
tmp
.DS_Store
test/functional/public/retina.js
test/functional/public/retina.*
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ require 'zip/zipfilesystem'
require 'coyote'

task :build do
FileUtils.mkdir_p 'build'
Coyote.run "src/retina.coffee", "build/retina.js", :compress => true
Coyote.run "src/retina.coffee", "test/public/retina.js", :compress => true
Coyote.run "src/retina.coffee", "test/functional/public/retina.js", :compress => true
end

task :package => [:build] do
Expand Down

0 comments on commit 2d43122

Please sign in to comment.