This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/Brocfile.js
2015-01-12 16:40:12 -09:00

9 lines
201 B
JavaScript

/* global require, module */
var EmberApp = require('ember-cli/lib/broccoli/ember-app');
var app = new EmberApp();
app.import('bower_components/flakes/css/all.css');
module.exports = app.toTree();