-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.js
More file actions
20 lines (19 loc) · 888 Bytes
/
plugins.js
File metadata and controls
20 lines (19 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
* Created by Apple on 16/8/23.
*/
var plugins = [
'./bower_components/jquery/dist/jquery.min.js',
'./bower_components/angular/angular.min.js',
'./bower_components/angular-ui-router/release/angular-ui-router.min.js',
//'./bower_components/bootstrap/dist/js/bootstrap.min.js',
'./bower_components/oclazyload/dist/ocLazyLoad.min.js'
//'./bower_components/angular-restmod/dist/angular-restmod-bundle.min.js',
// './bower_components/angular-animate/angular-animate.min.js',
// './bower_components/angular-ui-select/dist/select.js',
// './bower_components/angular-ui-switch/angular-ui-switch.min.js',
// './bower_components/highcharts/highcharts.js',
// './bower_components/angular-sanitize/angular-sanitize.min.js',
// './bower_components/AdminLTE/js/app.min',
//'./bower_components/angular-toaster/toaster.js',
];
module.exports = plugins;