mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(sass): tweaking sass var json automation
This commit is contained in:
@@ -23,7 +23,9 @@ function run {
|
||||
|
||||
gulp docs --doc-version="$VERSION_NAME"
|
||||
|
||||
sassvars()
|
||||
# compile sass vars json for ionic-site docs
|
||||
gulp docs.sass-variables
|
||||
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/
|
||||
|
||||
cd $SITE_DIR
|
||||
|
||||
@@ -43,9 +45,4 @@ function run {
|
||||
|
||||
}
|
||||
|
||||
function sassvars {
|
||||
gulp docs.sass-variables
|
||||
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/
|
||||
}
|
||||
|
||||
source $(dirname $0)/../utils.sh.inc
|
||||
|
||||
Reference in New Issue
Block a user