File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,11 @@ elif [ -d ${MATERIAL2_LOCAL} ] ; then
1212 baseSrcPath = ${MATERIAL2_LOCAL}
1313fi
1414
15- # Ensure Docs Dist
16- if [ ! -d ${baseSrcPath} /dist/docs ] ; then
17- echo " - Missing /dist/docs...Running 'gulp docs'"
18- ( cd ${baseSrcPath} && gulp docs )
19- fi
15+ # Build Docs
16+ (cd ${baseSrcPath} && gulp docs)
2017
21- # Ensure Material Examples Pkg
22- if [ ! -d ${baseSrcPath} /dist/releases/material-examples ] ; then
23- echo " - Missing material-examples...Running 'gulp material-examples:build-release'"
24- ( cd ${baseSrcPath} && gulp material-examples:build-release)
25- fi
18+ # Build Examples
19+ (cd ${baseSrcPath} && gulp material-examples:build-release)
2620
2721# Base Target Path
2822baseTargetPath=./src/assets
You can’t perform that action at this time.
0 commit comments