Skip to content

Commit

Permalink
Depend on build_js
Browse files Browse the repository at this point in the history
  • Loading branch information
trotter committed May 18, 2011
1 parent 6a3d25e commit 399756a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 793 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ NOTES.markdown
foobar.access
chloe.config
rel/chloe*
public/chloe.js
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task :server => :compile do
end

desc "Compile Chloe"
task :compile => :test do
task :compile => [:build_js, :test] do
sh("rebar compile")
end

Expand Down
Loading

0 comments on commit 399756a

Please sign in to comment.