From 35034f161c363d978e67e2a518830d63f3ac1967 Mon Sep 17 00:00:00 2001 From: Aaron Mazade Date: Fri, 17 Feb 2017 17:52:14 -0500 Subject: [PATCH] bring back serve for examples --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96844d3..7093641 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "crystal:expanded": "node-sass --output-style expanded src/themes/crystal/crystal.scss dist/themes/crystal.css", "crystal:compressed": "node-sass --output-style compressed src/themes/crystal/crystal.scss dist/themes/crystal.min.css", "autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers 'last 4 versions' -r dist/*.css", - "serve": "browser-sync start --serveStatic 'examples' --files 'dist/*.css, *.html, public/**/*' --server", + "serve": "browser-sync start --serveStatic 'examples' --files 'dist/*.css, examples/**/*.html,' --server", "dev": "parallelshell 'npm run serve' 'npm run watch'", "watch": "onchange src -- npm run build", "build": "npm-run-all tent:expanded tent:compressed crystal:expanded crystal:compressed autoprefixer"