Skip to content

Commit

Permalink
add depends to bundle to disable caching and update css on changes to…
Browse files Browse the repository at this point in the history
… less variables
  • Loading branch information
mwielgoszewski committed May 27, 2016
1 parent d89b5d0 commit 49d89ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doorman/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

css = Bundle(
Bundle('css/bootstrap.less',
depends=('**/*.less'),
output='css/bootstrap.css',
filters='less',
),
Expand Down

0 comments on commit 49d89ec

Please sign in to comment.