Skip to content

Commit

Permalink
Read the dependencies from localhost when building gem.
Browse files Browse the repository at this point in the history
For some reason I don't manage to get the loading of build-js.html
file to work.
  • Loading branch information
nene committed Nov 12, 2012
1 parent 72d7a69 commit 7fd7abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def compress
dir = "template-min"

# Create JSB3 file for Docs app
system("sencha", "create", "jsb", "-a", "#{dir}/build-js.html", "-p", "#{dir}/app.jsb3")
system("sencha", "create", "jsb", "-a", "http://localhost/docs/", "-p", "#{dir}/app.jsb3")
# Concatenate files listed in JSB3 file
system("sencha", "build", "-p", "#{dir}/app.jsb3", "-d", dir)

Expand Down

0 comments on commit 7fd7abf

Please sign in to comment.