mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Enable cache for ESLint.
This commit is contained in:
parent
cdece35bde
commit
1213d06b2f
@ -2,3 +2,5 @@
|
|||||||
**/dist/
|
**/dist/
|
||||||
**/vendor/
|
**/vendor/
|
||||||
/_gh_pages/
|
/_gh_pages/
|
||||||
|
/js/coverage/
|
||||||
|
/package.js
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
// package metadata file for Meteor.js
|
// package metadata file for Meteor.js
|
||||||
|
|
||||||
/* eslint-env meteor */
|
|
||||||
|
|
||||||
Package.describe({
|
Package.describe({
|
||||||
name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
|
name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
|
||||||
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
|
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
|
||||||
|
@ -50,8 +50,8 @@
|
|||||||
"js-compile-plugins": "node build/build-plugins.js",
|
"js-compile-plugins": "node build/build-plugins.js",
|
||||||
"js-compile-plugins-coverage": "cross-env NODE_ENV=test node build/build-plugins.js",
|
"js-compile-plugins-coverage": "cross-env NODE_ENV=test node build/build-plugins.js",
|
||||||
"js-lint": "npm-run-all --parallel js-lint-*",
|
"js-lint": "npm-run-all --parallel js-lint-*",
|
||||||
"js-lint-main": "eslint js/src js/tests build/",
|
"js-lint-main": "eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/",
|
||||||
"js-lint-docs": "eslint site/",
|
"js-lint-docs": "eslint --cache --cache-location .cache/.eslintcache site/",
|
||||||
"js-minify": "npm-run-all --parallel js-minify-main js-minify-docs",
|
"js-minify": "npm-run-all --parallel js-minify-main js-minify-docs",
|
||||||
"js-minify-main": "npm-run-all js-minify-standalone js-minify-bundle",
|
"js-minify-main": "npm-run-all js-minify-standalone js-minify-bundle",
|
||||||
"js-minify-standalone": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
|
"js-minify-standalone": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user