We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380dc0d + 7009542 commit f76b1c2Copy full SHA for f76b1c2
.bowerrc
@@ -0,0 +1,3 @@
1
+{
2
+ "directory": "bower_components"
3
+}
test/test.conf.js
@@ -3,10 +3,10 @@ basePath = '..';
files = [
4
JASMINE,
5
JASMINE_ADAPTER,
6
- 'components/jquery/jquery.js',
7
- 'components/angular/angular.js',
8
- 'components/angular-mocks/angular-mocks.js',
9
- 'components/select2/select2.js',
+ 'bower_components/jquery/jquery.js',
+ 'bower_components/angular/angular.js',
+ 'bower_components/angular-mocks/angular-mocks.js',
+ 'bower_components/select2/select2.js',
10
'src/select2.js',
11
'test/*Spec.js'
12
];
0 commit comments