mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
Whitespace diff, ran everything through the formatter.
This commit is contained in:
parent
b7daf91723
commit
8a7f8f7c37
39 changed files with 1926 additions and 1566 deletions
|
@ -3,19 +3,19 @@ basePath = '../..';
|
|||
|
||||
// list of files / patterns to load in the browser
|
||||
files = [
|
||||
JASMINE,
|
||||
JASMINE_ADAPTER,
|
||||
'assets/js/jquery-1.11.1.min.js',
|
||||
'assets/js/jquery.gritter.min.js',
|
||||
'assets/js/bootstrap.min.js',
|
||||
'assets/js/spin.js',
|
||||
'dist/angular.js',
|
||||
'assets/js/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.min.js',
|
||||
'assets/js/angular-vis.js',
|
||||
'test/assets/angular/angular-mocks.js',
|
||||
'app/**/*.js',
|
||||
'test/unit/**/*.spec.js',
|
||||
'dist/templates/**/*.js'
|
||||
JASMINE,
|
||||
JASMINE_ADAPTER,
|
||||
'assets/js/jquery-1.11.1.min.js',
|
||||
'assets/js/jquery.gritter.min.js',
|
||||
'assets/js/bootstrap.min.js',
|
||||
'assets/js/spin.js',
|
||||
'dist/angular.js',
|
||||
'assets/js/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.min.js',
|
||||
'assets/js/angular-vis.js',
|
||||
'test/assets/angular/angular-mocks.js',
|
||||
'app/**/*.js',
|
||||
'test/unit/**/*.spec.js',
|
||||
'dist/templates/**/*.js'
|
||||
];
|
||||
|
||||
// use dots reporter, as travis terminal does not support escaping sequences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue