- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 17 Sep, 2015 2 commits
-
-
Ned Batchelder committed
-
This is a squash of 38 commits ending with 5b080f979d692804452400ac5bed9b17c50b001e
David Baumgold committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 25 Mar, 2014 1 commit
-
-
Will Daly committed
-
- 24 Feb, 2014 1 commit
-
- 18 Feb, 2014 1 commit
-
-
Restore reverted changes from paver part 1
Will Daly committed
-
- 14 Feb, 2014 2 commits
-
-
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
David Glance committed
- 10 Jan, 2014 1 commit
-
-
David Baumgold committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 04 Jun, 2013 1 commit
-
-
To avoid confusion about where these files come from, add a header comment upon preprocessing that warns people to not modify the generated files directly, and points them to the appropriate template file.
Nate Hardison committed
-
- 03 Jun, 2013 1 commit
-
-
Rather than directly invoke command-line Python (and Mako) from the assets Rakefile, or call an external Python script, use a Django management command to preprocess all asset template files. An "asset template file" is defined as a static asset file with a file extension indicating that it needs to be run through a template engine prior to Sass/CoffeeScript compilation or packaging with other assets. The preprocess_assets management command will look through all of the files listed in the `STATICFILES_DIRS`, preprocessing each as needed. Preprocessing strips off the special template file extension, creating a new file in the process. Currently, the only variable accessible in an asset template file is the `THEME_NAME`, defined in the settings.
Nate Hardison committed
-