|
|
@@ -4,8 +4,8 @@ COMPILER=google-compiler/compiler.jar
|
|
|
COMPRESSOR=yuicompressor/yuicompressor-2.4.2.jar
|
|
|
LUNGO_SOURCES=../src/
|
|
|
LUNGO_NAMESPACE=Lungo.
|
|
|
-PACKAGE=../package/
|
|
|
-PACKAGE_THEME=../package.theme/
|
|
|
+PACKAGE=../packages/package/
|
|
|
+PACKAGE_THEME=../packages/package.theme/
|
|
|
MINIFIED="min"
|
|
|
|
|
|
# colors
|
|
|
@@ -94,7 +94,7 @@ decho "============================ LUNGO COMPILER ============================"
|
|
|
DIR=$LUNGO_SOURCES"stylesheets/css/"
|
|
|
|
|
|
decho " [DIR]: $DIR >> COMPRESSING"
|
|
|
- FILES="base layout layout.nav layout.aside layout.article layout.list layout.grid widgets widgets.splash widgets.button widgets.form widgets.colour widgets.loading widgets.notification widgets.pull"
|
|
|
+ FILES="base layout layout.nav layout.aside layout.article layout.list layout.grid widgets widgets.splash widgets.button widgets.form widgets.loading widgets.notification widgets.pull"
|
|
|
for file in ${FILES} ; do
|
|
|
# echo " - Compressing "$DIR$LUNGO_NAMESPACE$file".css ..."
|
|
|
#Compressing via YUI
|
|
|
@@ -123,7 +123,7 @@ decho "============================ LUNGO COMPILER ============================"
|
|
|
done
|
|
|
|
|
|
DIR=$LUNGO_SOURCES"stylesheets/"
|
|
|
- FILES="lungo.theme.default.less mixins.less"
|
|
|
+ FILES="lungo.theme.default.styl vendor.styl"
|
|
|
for file in ${FILES} ; do
|
|
|
becho " [COPY]: $file"
|
|
|
cp $DIR$file $PACKAGE_THEME$file
|