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.
1 parent 223ba81 commit 39e9ca4Copy full SHA for 39e9ca4
ionic.conf.js
@@ -15,12 +15,12 @@ module.exports = function(config) {
15
// list of files / patterns to load in the browser
16
files: [
17
// Include jQuery only for testing convience (lots of DOM checking for unit tests on directives)
18
- 'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js',
+ 'vendor/jquery/jquery-1.10.2.js',
19
20
'dist/js/ionic.js',
21
'dist/js/ionic-angular.js',
22
23
- 'https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-mocks.js',
+ 'vendor/angular/1.2.1/angular-mocks.js',
24
25
'test/**/*.js',
26
0 commit comments