mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 21:35:46 +02:00
Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.
Also making custom css/overriding them becomes easier.
This commit is contained in:
@@ -3,14 +3,15 @@ require('angular-route')
|
||||
require('angular-touch')
|
||||
|
||||
require('angular-gettext')
|
||||
require('ng-file-upload-shim5')
|
||||
require('ng-file-upload-main')
|
||||
require('ng-file-upload')
|
||||
require('angular-hotkeys')
|
||||
|
||||
angular.module('app', [
|
||||
'ngRoute',
|
||||
'ngTouch',
|
||||
'gettext',
|
||||
'angularFileUpload',
|
||||
'cfp.hotkeys',
|
||||
require('./layout').name,
|
||||
require('./device-list').name,
|
||||
require('./control-panes').name,
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
require('angular-animate')
|
||||
//require('angular-growl-v2/build/angular-growl.min.css')
|
||||
require('./growl.css')
|
||||
require('angular-growl-v2/build/angular-growl.js')
|
||||
require('angular-growl')
|
||||
|
||||
module.exports = angular.module('stf/common-ui/notifications', [
|
||||
'ngAnimate',
|
||||
|
||||
Reference in New Issue
Block a user