wagtail/docs/howto
Tim Heap ddebafa119 Remove libsass dependency, precompile CSS for distribution
Depending on libsass for all Wagtail installations was causing issues
with various operating systems, dramatically increasing installation
times, and preventing front end development adopting modern practices.

libsass has been removed as a dependency. Sass files are compiled before
release as a dependency of the `sdist` setup command. Sass compilation
is done through `gulp`. People wishing to hack on the frontend assets
should now install wagtail locally, install the node dependencies, and
run `gulp`:

    $ pip install -e path/to/wagtail
    $ cd path/to/wagtail
    $ npm install
    $ npm start

All the templates and JS files have been updated to reference the new
compiled CSS files instead of the Sass files.

Precompiled CSS for jquery-ui and similar have been moved out of the
`scss/` directory to the `css/` directory.
2015-05-01 08:53:04 +10:00
..
custom_branding.rst Documentation for branding_login and branding_welcome 2015-01-29 13:41:04 +00:00
deploying.rst Added howto section 2014-07-25 15:32:35 +01:00
index.rst created contrib section in docs, made amends to css styleguide 2015-04-18 08:34:54 +12:00
multilingual_sites.rst Merge branch 'master' into multilingual-tutorial 2014-08-26 11:57:52 +01:00
performance.rst Removed all versionadded older than 0.7 2015-04-09 17:03:33 +01:00
settings.rst Remove libsass dependency, precompile CSS for distribution 2015-05-01 08:53:04 +10:00
third_party_tutorials.rst Add Joss's twitter widget tutorial to Third-party tutorials 2015-04-21 12:05:30 +01:00