Skip to content
GitLab
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
0828b885
Unverified
Commit
0828b885
authored
6 years ago
by
XhmikosR
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix `js-main` script. (#28057)
parent
f1f740be
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 @
0828b885
...
...
@@ -42,7 +42,7 @@
"css-prefix-docs"
:
"postcss --config build/postcss.config.js --replace
\"
site/docs/**/*.css
\"
\"
site/docs/**/*.css
\"
"
,
"js"
:
"npm-run-all js-compile js-minify js-copy"
,
"js-copy"
:
"cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/js/ site/docs/$npm_package_version_short/dist/"
,
"js-main"
:
"npm-run-all js-lint js-compile
-main
js-minify-main"
,
"js-main"
:
"npm-run-all js-lint js-compile js-minify-main"
,
"js-docs"
:
"npm-run-all js-lint-docs js-minify-docs"
,
"js-compile"
:
"npm-run-all --parallel js-compile-* --sequential js-copy"
,
"js-compile-standalone"
:
"rollup --environment BUNDLE:false --config build/rollup.config.js --sourcemap"
,
...
...
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