Skip to content

Commit

Permalink
Update webassets paths in configuration files
Browse files Browse the repository at this point in the history
These now use project local dependencies rather than relying on them
being installed on the users PATH.
  • Loading branch information
aron authored and RawKStar77 committed Jul 7, 2014
1 parent f310bae commit 3221f0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ webassets.coffee_no_bare: True
webassets.debug: True
webassets.manifest: False
webassets.static_view: True
webassets.uglifyjs_bin: ./node_modules/.bin/uglifyjs
webassets.cleancss_bin: ./node_modules/.bin/cleancss
webassets.coffee_bin: ./node_modules/.bin/coffee


[server:main]
Expand Down
3 changes: 3 additions & 0 deletions production.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ webassets.base_url: /assets
webassets.cache_max_age: 86400
webassets.coffee_no_bare: True
webassets.static_view: True
webassets.uglifyjs_bin: ./node_modules/.bin/uglifyjs
webassets.cleancss_bin: ./node_modules/.bin/cleancss
webassets.coffee_bin: ./node_modules/.bin/coffee


[server:main]
Expand Down

0 comments on commit 3221f0c

Please sign in to comment.