UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

8 lines (6 loc) 129 B
module.exports = { name: 'content-for-head', contentFor: function(type, config) { return '"SOME AWESOME STUFF"'; } };