mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 16:30:26 +00:00
14 lines
304 B
JavaScript
14 lines
304 B
JavaScript
|
|
var angularFiles = require(__dirname + '/angularFiles.js');
|
||
|
|
|
||
|
|
files = [ANGULAR_SCENARIO, ANGULAR_SCENARIO_ADAPTER, 'build/docs/docs-scenario.js'];
|
||
|
|
|
||
|
|
autoWatch = false;
|
||
|
|
singleRun = true;
|
||
|
|
logLevel = LOG_INFO;
|
||
|
|
logColors = true;
|
||
|
|
browsers = ['Chrome']
|
||
|
|
|
||
|
|
proxies = {
|
||
|
|
'/': 'http://localhost:8000/build/docs/'
|
||
|
|
};
|