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-02-26 20:46:56 -09:00

11 lines
312 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');
app.import('bower_components/nprogress/nprogress.css');
app.import('bower_components/nprogress/nprogress.js');
module.exports = app.toTree();