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;
7 lines
161 B
Bash
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 |