File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
"dist" : " TARGET=dist webpack --mode=production --progress" ,
17
17
"dist-spinner" : " svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg" ,
18
18
"distlib" : " tsc --pretty" ,
19
- "distlib-css" : " copyfiles --verbose src/**/*.css src/*.css src/**/*.scss src/*.scss distlib" ,
20
19
"distlib-images" : " copyfiles --verbose src/**/*.svg src/*.svg src/**/*.png src/*.png distlib" ,
21
- "prepare" : " npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-css && npm run distlib-images" ,
20
+ "distlib-css" : " copyfiles --verbose src/**/*.css src/*.css src/**/*.scss src/*.scss distlib" ,
21
+ "distlib-css-bundle" : " cp dist/desktop-*.css distlib/src/controllers/desktop.css && cp dist/mobile-*.css distlib/src/controllers/mobile.css && cp dist/iframe_api-*.css distlib/src/controllers/iframe_api.css" ,
22
+ "prepare" : " npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-images && npm run distlib-css && npm run distlib-css-bundle" ,
22
23
"typecheck" : " tsc --project tsconfig-all.json --noEmit" ,
23
24
"doc" : " typedoc" ,
24
25
"build-storybook" : " TARGET=ngeo-examples storybook build --output-dir=.build/storybook" ,
You can’t perform that action at this time.
0 commit comments