Skip to content

Commit

Permalink
Rename .bemhtml files to .bemhtml.js. Closes #1464
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Apr 20, 2016
1 parent 8912c6c commit 99ba4f4
Show file tree
Hide file tree
Showing 67 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"libs/**",
"node_modules/**"
],
"fileExtensions": [".js", ".bemtree", ".bemhtml"]
"fileExtensions": [".js", ".bemtree.js", ".bemhtml.js"]
}
3 changes: 2 additions & 1 deletion .jshint-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
'**/*.i18n/*.js',
'**/*.bem/*.js',
'**/_*.js',
'**/*.bemhtml.js',
'**/*.bh.js',
'**/*.spec.js',
'**/*.deps.js',
Expand Down Expand Up @@ -76,7 +77,7 @@ module.exports = {
'tag'
]
},
includes : ['*.blocks/**/*.bemhtml']
includes : ['*.blocks/**/*.bemhtml.js']
},

bhjs : {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 99ba4f4

Please sign in to comment.