clean_xmodule_assets.sh 330 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#! /bin/sh

# Remove all of the old xmodule coffee and sass directories
# in preparation to switching to use the xmodule_assets script

rm -rf cms/static/coffee/descriptor
rm -rf cms/static/coffee/module
rm -rf cms/static/sass/descriptor
rm -rf cms/static/sass/module
rm -rf lms/static/coffee/module
rm -rf lms/static/sass/module