...
 
Commits (2)
......@@ -36,6 +36,7 @@ build:review:
- npm install # TODO: Why is this needed?
- npm run postinstall
- npm install -g gulp-cli
- npm rebuild node-sass
- gulp build.sass && gulp build.sass ##weird build needs to be run twice for now
- sh build/base-locale.sh dist
artifacts:
......@@ -71,6 +72,7 @@ build:production:i18n:
- npm install # TODO: Why is this needed?
- npm run postinstall
- npm install -g gulp-cli
- npm rebuild node-sass
- gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en && gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en ##weird build needs to be run twice for now
- sh build/i18n-locales-all.sh dist https://cdn-assets.minds.com/front/dist
artifacts:
......