0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/getting_started
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
..
creating_your_project.rst Minor docs cleanup 2015-02-22 11:29:24 +00:00
index.rst Added "Trying wagtail" page 2015-02-16 10:27:17 +00:00
installation.rst Remove libsass dependency, precompile CSS for distribution 2015-05-01 08:53:04 +10:00
trying_wagtail.rst Spelling corrections 2015-04-19 10:53:34 +01:00
using_vagrant.rst Changed ports to 8000 2015-02-16 10:28:39 +00:00