Commit Graph

16 Commits

Author SHA1 Message Date
clytwynec
7ff3f08f92 Merge pull request #4159 from edx/clytwynec/updating_update_assets_prereqs
stop update_assets commands from being called extra times
2014-06-20 09:22:10 -04:00
clytwynec
e2936d0eb2 Merge pull request #4020 from edx/clytwynec/rake2paver-i18n
Clytwynec/rake2paver i18n
2014-06-19 09:03:33 -04:00
Christine Lytwynec
245ed42ddb stop update_assets commands from being called extra times 2014-06-18 16:42:39 -04:00
Christine Lytwynec
35efa6af6f deprecating i18n tasks from rake to paver 2014-06-18 16:23:07 -04:00
e0d
fbde5fcd7c missed commit 2014-06-13 17:48:38 -04:00
Andy Armstrong
f3dd8aee8a Update SASS pipeline to generate source maps
Note: this requires SASS 3.3+ so do ```bundle install```
2014-06-11 21:18:08 -04:00
yarko
cc86b656ea remove theme_paths var, per @sefk 2014-04-18 15:47:57 -05:00
yarko
59106f236f set reasonable SERVICE_VARIANT based on command line; ensure theme passed to coffeescript also; 2014-04-18 15:00:05 -05:00
Dave St.Germain
f886c9b7c5 Watch for asset changes. 2014-03-31 15:28:15 -04:00
David Baumgold
37c4cb360a Help paver find the theme directory 2014-03-26 17:51:45 -04:00
David Baumgold
6f38ea438a Change if not args.skip_collect to if args.collect
Simpler and clearer
2014-03-25 11:32:19 -04:00
Will Daly
44dad41ede Switch from Rake to Paver 2014-03-25 11:32:19 -04:00
Will Daly
812e71bbbb Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
This reverts commit 544616be4b.
2014-02-24 11:30:40 -05:00
Will Daly
544616be4b Fix sys.path manipulation in pavement.py, with detailed comment
Restore reverted changes from paver part 1
2014-02-18 15:09:07 -05:00
Will Daly
c85c4b22ed Revert "Replace rake functions with python paver functions"
This reverts commit df2e410f2a.
2014-02-14 14:25:28 -05:00
David Glance
df2e410f2a Replace rake functions with python paver functions
Deprecated rake functions issue a warning and then call paver
replacements

Bring Paver commands up to date with master for servers, assets, and docs.
Revert deprecation of quality, tests, and i18n for a future pull request.
Deprecate workspace migration
2014-02-14 11:25:55 -05:00