mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +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
res/web_modules/angular-growl/index.js
vendored
Normal file
3
res/web_modules/angular-growl/index.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
require('angular-growl-v2/build/angular-growl.js')
|
||||
// Using custom CSS
|
||||
//require('angular-growl-v2/build/angular-growl.min.css')
|
||||
2
res/web_modules/angular-hotkeys/index.js
vendored
Normal file
2
res/web_modules/angular-hotkeys/index.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
require('angular-hotkeys/build/hotkeys.css')
|
||||
require('angular-hotkeys/build/hotkeys.js')
|
||||
2
res/web_modules/ng-file-upload/index.js
Normal file
2
res/web_modules/ng-file-upload/index.js
Normal file
@@ -0,0 +1,2 @@
|
||||
require('ng-file-upload/angular-file-upload-html5-shim')
|
||||
require('ng-file-upload/angular-file-upload')
|
||||
Reference in New Issue
Block a user