2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Remove grunt-saucelabs and Grunt.

This commit is contained in:
XhmikosR
2017-09-28 17:54:01 +03:00
parent b23ff97a85
commit 2244d03b34
6 changed files with 7 additions and 437 deletions
+1 -5
View File
@@ -30,7 +30,7 @@
"css-minify-docs": "cleancss --level 1 --source-map --source-map-inline-sources --output assets/css/docs.min.css assets/css/docs.min.css",
"js": "npm-run-all js-lint* js-compile js-minify",
"js-docs": "npm-run-all js-lint-docs js-minify-docs",
"js-lint": "eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/ Gruntfile.js",
"js-lint": "eslint js/ && eslint --config js/tests/.eslintrc.json --env node build/",
"js-lint-docs": "eslint --config js/tests/.eslintrc.json assets/js/ docs/ sw.js",
"js-compile": "npm-run-all --parallel js-compile-*",
"js-compile-standalone": "cross-env ROLLUP=true rollup --environment BUNDLE:false --config build/rollup.config.js",
@@ -86,9 +86,6 @@
"cross-env": "^5.0.5",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^1.0.4",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-saucelabs": "^9.0.0",
"htmllint-cli": "^0.0.6",
"jsunitsaucelabs": "^1.1.0",
"node-sass": "^4.5.3",
@@ -113,7 +110,6 @@
"files": [
".babelrc",
".eslintignore",
"Gruntfile.js",
"Gemfile",
"dist",
"build",