Files
openmct/platform/features/timeline/style/timeline-sass.sh
Charles Hacskaylo 37f466705a [Frontend] IN-PROGRESS stubbing in files ported from /warp
open #208
Moving files from /warp; stuff will NOT compile
at this point;
2015-11-02 18:22:13 -08:00

15 lines
410 B
Bash

# echo "* Compiling all sass in wtd-dev"
# echo "Compiling general"
# cd ~/dev/wtd-dev/platform/commonUI/general/res/
# compass compile --force
echo "*** Compiling themes/espresso"
cd ~/dev/wtd-dev/platform/commonUI/themes/espresso/res/
compass compile --force
echo "** Compiling themes/snow"
cd ~/dev/wtd-dev/platform/commonUI/themes/snow/res/
compass compile --force
echo "**** All wtd-dev sass compiled"