File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ module.exports = {
7
7
waitEval : "(function() { var ret = true; try { angular.module('ui.grid'); } catch (e) { ret = false; } return ret; })()" ,
8
8
versions : {
9
9
stable : [
10
- { src : '/release/<%= pkg.name %>-stable .js' , type : 'script' } ,
11
- { src : '/release/<%= pkg.name %>-stable .css' , type : 'css' }
10
+ { src : '/release/<%= pkg.name %>.js' , type : 'script' } ,
11
+ { src : '/release/<%= pkg.name %>.css' , type : 'css' }
12
12
] ,
13
13
unstable : [
14
14
{ src : '/release/<%= pkg.name %>-unstable.js' , type : 'script' } ,
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ module.exports = function(grunt) {
175
175
grunt . task . requires ( [ 'build' ] ) ;
176
176
177
177
var options = this . options ( {
178
- stableSuffix : '-stable ' ,
178
+ stableSuffix : '' ,
179
179
unstableSuffix : '-unstable' ,
180
180
cleanup : false
181
181
} ) ;
You can’t perform that action at this time.
0 commit comments