UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

25 lines (17 loc) 453 B
module.exports = function(config) { 'use strict'; config.set({ basePath: './', frameworks: ["jasmine"], files: [ 'components/angular/angular.js', 'components/angular-route/angular-route.js', 'components/angular-ui-router/release/angular-ui-router.js', 'components/angular-mocks/angular-mocks.js', 'src/**/*.js', 'test/**/*.js' ], autoWatch: true, browsers: ['PhantomJS'] }); };