You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sc5-styleguide-fork git:(option-show-reference-numbers-bugfix) npm run demo
> [email protected] demo /Users/Patrizio/Sites/sc5-styleguide-fork
> gulp --gulpfile ./demo-gulpfile.js watch
[10:32:26] Using gulpfile ~/Sites/sc5-styleguide-fork/demo-gulpfile.js
[10:32:26] Starting 'styleguide:static'...
[10:32:26] Finished 'styleguide:static' after 8.93 ms
[10:32:26] Starting 'styleguide:generate'...
[10:32:27] Starting 'styleguide:applystyles'...
Container#eachDecl is deprecated. Use Container#walkDecls instead.
Error in plugin 'kss-parser'
Message:
Two sections defined with same number 1: "Colors and typography" and "Colors and typography"
[10:32:27] Finished 'styleguide:applystyles' after 936 ms
[10:32:27] Finished 'styleguide:generate' after 942 ms
[10:32:27] Starting 'styleguide'...
[10:32:27] Finished 'styleguide' after 5.43 μs
[10:32:27] Starting 'watch'...
[10:32:27] Finished 'watch' after 12 ms
When running npm run demo for the first time gulp builds and watches for changes, but the CSS styles are not loaded when visiting http://localhost:3000.
Running npm run demo for the second time returns the error above.
Running npm run build beforehand doesn't help either.
The issue seems to be related to the file lib/app/css/styleguide-app.css
The text was updated successfully, but these errors were encountered:
I'm getting this error when running
npm run demo
When running
npm run demo
for the first time gulp builds and watches for changes, but the CSS styles are not loaded when visitinghttp://localhost:3000
.Running
npm run demo
for the second time returns the error above.Running
npm run build
beforehand doesn't help either.The issue seems to be related to the file
lib/app/css/styleguide-app.css
The text was updated successfully, but these errors were encountered: