Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
65446dc7
Commit
65446dc7
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Simplify `css-compile-main` script (#29102)
parent
4ba4cc2e
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
package.json
with
1 addition
and
1 deletion
+1
-1
package.json
+
1
-
1
View file @
65446dc7
...
...
@@ -25,7 +25,7 @@
"css-main"
:
"npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy"
,
"css-docs"
:
"npm-run-all css-compile-docs css-prefix-docs* css-minify-docs"
,
"css-compile"
:
"npm-run-all --parallel css-compile-*"
,
"css-compile-main"
:
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/
bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css
&& npm run css-copy"
,
"css-compile-main"
:
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/
-o dist/css/
&& npm run css-copy"
,
"css-compile-docs"
:
"cross-env-shell node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 site/static/docs/$npm_package_version_short/assets/scss/docs.scss site/static/docs/$npm_package_version_short/assets/css/docs.min.css"
,
"css-lint"
:
"npm-run-all --parallel css-lint-*"
,
"css-lint-main"
:
"stylelint
\"
scss/**/*.scss
\"
--cache --cache-location .cache/.stylelintcache"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets