Files
openmct/platform/features/timeline/themes/compile-themes-sass.sh
Charles Hacskaylo eabde6b2d0 [Frontend] Integrate Timeline into open; themes
open #208
Copied SASS styles from /warp and created
new platform/features/timeline/themes/espresso;
Styling looks complete, but Timeline itself has
functional issues;
TO-DO: remove styles from /warp/.../sass/ as needed;
2015-11-03 14:58:58 -08:00

7 lines
161 B
Bash

echo "*** Compiling timeline-espresso"
cd espresso/res
compass compile --force
# echo "*** Compiling timeline-snow"
# cd espresso/snow
# compass compile --force