mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -77,7 +77,7 @@
|
|||||||
"clean": "node scripts/clean.js",
|
"clean": "node scripts/clean.js",
|
||||||
"cdnloader": "node scripts/copy-cdn-loader.js",
|
"cdnloader": "node scripts/copy-cdn-loader.js",
|
||||||
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
|
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
|
||||||
"css.sass": "sass src/css:./css",
|
"css.sass": "sass --embed-sources src/css:./css",
|
||||||
"lint": "npm run lint.ts && npm run lint.sass",
|
"lint": "npm run lint.ts && npm run lint.sass",
|
||||||
"lint.fix": "npm run lint.ts.fix && npm run lint.sass.fix",
|
"lint.fix": "npm run lint.ts.fix && npm run lint.sass.fix",
|
||||||
"lint.sass": "stylelint \"src/**/*.scss\"",
|
"lint.sass": "stylelint \"src/**/*.scss\"",
|
||||||
|
Reference in New Issue
Block a user