Tweak .less.css removal to be shell-generic

This commit is contained in:
Will Kahn-Greene 2013-10-17 09:12:55 -04:00
Родитель de5c128e6d
Коммит 30729e1a24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -306,7 +306,7 @@ the SUMO home page!
To do this, run the following command on the top directory
of your Kitsune clone::
$ rm **/*.less.css
$ find . -name "*.less.css" -delete
Verify the ``LESS_BIN`` setting in settings_local.py.