mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
exclude playgrounds from build (#1342)
This commit is contained in:
@@ -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
|
||||
+1
-1
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user