1

Change the directory of Bootstrap from '_assets' to static 'assets'.

This commit is contained in:
vonavi
2014-07-01 14:12:54 +03:00
parent e9b7df422d
commit d92ccf2af6
226 changed files with 0 additions and 0 deletions

16
assets/vendor/bootstrap/grunt/.jshintrc vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"asi": false,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"newcap": true,
"noarg": true,
"nonbsp": true,
"quotmark": "single",
"undef": true,
"strict": true,
"trailing": true,
"node" : true
}