Build css if source is newer

Previously, build/ol.css wasn't getting rebuilt on updates to css/ol.css.
This commit is contained in:
Tim Schaub
2014-07-22 14:04:52 -06:00
parent 1d22113420
commit 288c997322

View File

@@ -136,7 +136,7 @@ virtual('check', 'lint', 'jshint', 'test')
virtual('todo', 'fixme')
@target('build/ol.css')
@target('build/ol.css', 'css/ol.css')
def build_ol_css(t):
t.output('%(CLEANCSS)s', 'css/ol.css')