@@ -22,4 +22,5 @@ node_modules/
/components/
/percy.sh
/src/pages/playground.html
+/src/pages/playground-*.html
/src/pages/features.html
@@ -0,0 +1,4 @@
+exclude:
+ - redirects.json
+ - playground.html
+ - playground-*.html
@@ -363,7 +363,7 @@ gulp.task('build-jekyll', (cb) => {
env.JEKYLL_ENV = 'production'
}
- return spawn('bundle', ['exec', 'jekyll', 'build', '--destination', demoDir, '--trace'], {
+ return spawn('bundle', ['exec', 'jekyll', 'build', '--destination', demoDir, '--trace', '--config', '_config.yml,_config_prod.yml'], {
env: env,
stdio: 'inherit'
})