Clinton Blackburn
fc61c292b9
Updated Take Photo page to include verification requirements
...
As part of the unification of verify later/now, the take photo page needs to list the verification requirements.
XCOM-254
2015-05-07 18:14:33 -04:00
Feanil Patel
b0dbe2f2da
Be more specific about where we compile sass from.
...
There are now folders under static that have sass that should not be compiled
as a part of our asset pipeline, they were getting pulled in because the wildcard
for `SASS_UPDATE_DIRS` was too broad. This update makes it more specific for most
folders but leaves it broad for the common folder where the xmodule has its own sass
that needs compiling from a non-standard location.
2015-04-15 17:27:17 -04:00
Will Daly
b467ae8cde
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit b8184d188f .
2015-01-28 17:26:46 -05:00
Will Daly
b8184d188f
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
[second attempt which addresses bug building Studio]
2015-01-27 17:56:29 -05:00
Will Daly
1f2b155746
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
...
This reverts commit 1d6fceda50 .
2015-01-21 17:13:27 -05:00
Will Daly
1d6fceda50
Add RequireJS and RequireJS Optimizer configuration to the LMS
...
Respond to review comments:
- Rename build and config files for consistency between lms/studio.
- Fix merge conflicts with lms require config.
- Devstack uses optimized pipeline to skip require JS optimizer step
- Add tests for render_require_js_path_overrides
2015-01-20 14:27:23 -05:00
Ben Patterson
106fba70cf
Remove Solano artifacts, Solano-only logic.
2014-12-19 10:13:00 -05:00
Sarina Canelake
5f723e8d3c
s/pylint: disable=W0703/pylint: disable=broad-except/
2014-12-01 11:22:11 -05:00
Jesse Zoldak
24f90307f7
Remove references to /tmp in tests
...
Including:
* Change path for mongo_metadata_inheritance to use unique temp dir
* Update SASS_CACHE_PATH with thread-safe temp dir
* Remove hard coded directory reference for grades download tests
* Remove hard coded directory reference for direct mongo test
2014-10-17 10:00:12 -04:00
Tim Babych
12f280b62a
[TNL-198] Do not generate JS and CSS source maps in production
2014-09-16 15:39:09 +03:00
Christine Lytwynec
4270d8f01b
change default settings for servers/assets paver tasks from "dev" to "devstack"
2014-09-02 10:01:55 -04:00
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