Description
Can you make this work on Windows?
I trying using cmd and github bash.
Output below.
10x!
$ npm start
browserify-demo@1.0.1 start d:\temp\local-css\browserify-demo
npm run build && http-server distbrowserify-demo@1.0.1 build d:\temp\local-css\browserify-demo
npm run clean && npm run copy && npm run browserifybrowserify-demo@1.0.1 clean d:\temp\local-css\browserify-demo
rm -rf dist && mkdir distbrowserify-demo@1.0.1 copy d:\temp\local-css\browserify-demo
cp src/index.html dist/index.htmlbrowserify-demo@1.0.1 browserify d:\temp\local-css\browserify-demo
browserify -t css-modulesify -o dist/index.js src/index.js
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\layout.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\layout.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\typography.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\4-CompositionOverrides\shared\styles\typography.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\5-ScopedAnimations\shared\styles\animations.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\5-ScopedAnimations\shared\styles\animations.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\layout.css' }
{ [Error: ENOENT, open 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css']
errno: -4058,
code: 'ENOENT',
path: 'd:\temp\local-css\browserify-demo\src\components\3-ClassComposition\shared\styles\typography.css' }
Starting up http-server, serving dist on: http://0.0.0.0:8080
Hit CTRL-C to stop the server