Looks in the addon/ and addon/templates trees to determine if template files exist that need to be precompiled. This is executed once when building, but not on rebuilds. @private @method shouldCompileTemplates @return {Boolean} indicates if templates need to be compiled for thi
()
| 955 | @return {Boolean} indicates if templates need to be compiled for this addon |
| 956 | */ |
| 957 | shouldCompileTemplates() { |
| 958 | return this._fileSystemInfo().hasTemplates; |
| 959 | }, |
| 960 | |
| 961 | /** |
| 962 | Looks in the addon/ and addon/templates trees to determine if template files |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…