Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sesemaya committed Apr 4, 2019
1 parent e12c586 commit 7d51b33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions build/.htmllintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"attr-req-value": true,
"attr-validate": true,
"class-no-dup": true,
"class-style": "dash",
"class-style": "none",
"doctype-first": true,
"doctype-html5": true,
"fig-req-figcaption": false,
Expand All @@ -29,7 +29,7 @@
"html-valid-content-model": false,
"id-class-ignore-regex": "(onclick|content|[a-z]+([A-Z][a-z])+)",
"id-class-no-ad": true,
"id-class-style": "dash",
"id-class-style": false,
"id-no-dup": true,
"img-req-alt": "allownull",
"img-req-src": false,
Expand All @@ -48,7 +48,6 @@
"tag-close": true,
"tag-name-match": true,
"tag-self-close": false,
"tagname-lowercase": true,
"text-ignore-regex": false,
"title-max-len": 70,
"title-no-dup": true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"js-build": "npm-run-all js-lint js-compile js-minify",
"js-build-docs": "npm-run-all js-lint-docs js-minify-docs",
"js-compile": "rollup --config build/rollup.config.js --sourcemap",
"js-lint": "eslint --config build/.eslintrc.json assets/js/addons && eslint --config build/.eslintrc.json assets/js/src/",
"js-lint-docs": "eslint --config build/.eslintrc.addon.json docs-assets/js/",
"js-lint": "eslint --config build/.eslintrc.json assets/js/src/",
"js-lint-docs": "eslint --config build/.eslintrc.doc.json docs-assets/js/",
"js-minify": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=js/material.js.map,includeSources,url=material.min.js.map\" --output js/material.min.js js/material.js",
"js-minify-docs": "uglifyjs --comments \"/^!/\" --mangle --output docs/js/docs.min.js \"docs-assets/js/vendor/*.js\" docs-assets/js/docs.js"
},
Expand Down

0 comments on commit 7d51b33

Please sign in to comment.