Files
edx-platform/ws_migrations/clean_xmodule_assets.sh
2013-05-15 15:25:41 -04:00

12 lines
330 B
Bash
Executable File

#! /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