ES6 module migrations

This commit is contained in:
Robin Ward
2015-04-08 14:17:21 -04:00
parent 22ffcba8e6
commit a83a19f6ce
27 changed files with 109 additions and 124 deletions

View File

@ -107,6 +107,7 @@ module Tilt
# HAX
result = "Controller" if result == "ControllerController"
result = "Route" if result == "DiscourseRoute"
result = "View" if result == "ViewView"
result.gsub!(/Mixin$/, '')
result.gsub!(/Model$/, '')