2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge pull request #11739 from XhmikosR/lint-assets

Lint docs-assets/js/application.js and docs-assets/js/customizer.js.
This commit is contained in:
Mark Otto
2013-12-08 02:16:16 -08:00
3 changed files with 20 additions and 16 deletions
+3
View File
@@ -37,6 +37,9 @@ module.exports = function (grunt) {
},
test: {
src: ['js/tests/unit/*.js']
},
assets: {
src: ['docs-assets/js/application.js', 'docs-assets/js/customizer.js']
}
},