UNPKG

generator-ember-plus

Version:

Yeoman generator for Ember with added functionality

4 lines (3 loc) 107 B
module.exports = function getJSPath (file) { return file + (this.options.coffee ? '.coffee' : '.js'); };