File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -323,20 +323,22 @@ module.exports = function(grunt) {
323
323
dest : '<%= dist %>/docs' ,
324
324
testingUrlPrefix : '<%= protractor.auto.options.args.baseUrl %>/docs/#/' ,
325
325
scripts : [
326
- '//ajax.googleapis.com/ajax/libs/angularjs/1.2.5 /angular.js' ,
326
+ '//ajax.googleapis.com/ajax/libs/angularjs/1.2.6 /angular.js' ,
327
327
] ,
328
328
hiddenScripts : [
329
329
'http://ajax.googleapis.com/ajax/libs/angularjs/1.2.6/angular-animate.js' ,
330
330
'bower_components/google-code-prettify/src/prettify.js' ,
331
331
'node_modules/marked/lib/marked.js'
332
332
] ,
333
333
httpScripts : [
334
- '/release/<%= pkg.name %>.js'
334
+ process . env . TRAVIS ? '/release/<%= pkg.name %>.unstable.js' : '/release/<%= pkg.name %>.js'
335
+ // '/release/<%= pkg.name %>.js'
335
336
] ,
336
337
styles : [
337
338
'misc/doc/css/prettify.css' ,
338
339
'misc/doc/css/bootstrap-flatly.css' ,
339
- '<%= dist %>/release/ui-grid.css'
340
+ process . env . TRAVIS ? '<%= dist %>/release/<%= pkg.name %>.unstable.css' : '<%= dist %>/release/<%= pkg.name %>.css'
341
+ // '<%= dist %>/release/<%= pkg.name %>.css'
340
342
] ,
341
343
title : 'UI Grid' ,
342
344
titleLink : 'http://<%= site %>' ,
You can’t perform that action at this time.
0 commit comments