19
19
'use strict' ;
20
20
21
21
var pkg = require ( './package.json' ) ;
22
- var SEQUENT_CONFIG_VERSION = '10.5.3 ' ;
22
+ var SEQUENT_CONFIG_VERSION = '10.5.4 ' ;
23
23
24
24
//Using exclusion patterns slows down Grunt significantly
25
25
//instead of creating a set of patterns like '**/*.js' and '!**/node_modules/**'
@@ -165,10 +165,10 @@ module.exports = function (grunt) {
165
165
options : {
166
166
remove : [ 'script[data-remove!="false"]' , 'link[data-remove!="false"]' ] ,
167
167
append : [
168
- { selector :'body' , html :'<script src="/libnocompat-v10.5.3 .js"></script>' } ,
168
+ { selector :'body' , html :'<script src="/libnocompat-v10.5.4 .js"></script>' } ,
169
169
{ selector :'body' , html :'<!--All the source code of this program under copyright. Take a look at the license details at https://github.com/sequent/sequent-core-common/blob/master/README.md -->' } ,
170
- { selector :'body' , html :'<script src="/appCommon-v10.5.3 .js"></script>' } ,
171
- { selector :'body' , html :'<script src="/SequentPlugins-v10.5.3 .js"></script>' } ,
170
+ { selector :'body' , html :'<script src="/appCommon-v10.5.4 .js"></script>' } ,
171
+ { selector :'body' , html :'<script src="/SequentPlugins-v10.5.4 .js"></script>' } ,
172
172
{ selector :'head' , html :'<link rel="stylesheet" id="theme" href="/themes/default/app.min.css">' }
173
173
]
174
174
} ,
@@ -194,14 +194,14 @@ module.exports = function (grunt) {
194
194
'temp/libnocompat.js' : [ '<%= dom_munger.data.libnocompatjs %>' ] ,
195
195
'temp/lib.js' : [ '<%= dom_munger.data.libjs %>' ] ,
196
196
'temp/app.js' : [ '<%= dom_munger.data.appjs %>' , '<%= ngtemplates.main.dest %>' ] ,
197
- 'dist/SequentConfig-v10.5.3 .js' : [ 'SequentConfig.js' ] ,
198
- 'dist/SequentThemes-v10.5.3 .js' : [ 'SequentThemes.js' ] ,
199
- 'dist/SequentPlugins-v10.5.3 .js' : [ 'plugins/**/*.js' ]
197
+ 'dist/SequentConfig-v10.5.4 .js' : [ 'SequentConfig.js' ] ,
198
+ 'dist/SequentThemes-v10.5.4 .js' : [ 'SequentThemes.js' ] ,
199
+ 'dist/SequentPlugins-v10.5.4 .js' : [ 'plugins/**/*.js' ]
200
200
}
201
201
} ,
202
202
postUglify : {
203
203
files : {
204
- 'dist/libCommon-v10.5.3 .js' : [ 'dist/libCommon-v10.5.3 .js' , 'node_modules/i18next/dist/umd/i18next.js' ]
204
+ 'dist/libCommon-v10.5.4 .js' : [ 'dist/libCommon-v10.5.4 .js' , 'node_modules/i18next/dist/umd/i18next.js' ]
205
205
}
206
206
} ,
207
207
} ,
@@ -223,7 +223,7 @@ module.exports = function (grunt) {
223
223
main : {
224
224
files : {
225
225
'temp/app.js' :[ 'temp/app.js' ] ,
226
- 'dist/appCommon-v10.5.3 .js' : [ 'temp/app.js' ] ,
226
+ 'dist/appCommon-v10.5.4 .js' : [ 'temp/app.js' ] ,
227
227
'temp/lib.js' : [ 'temp/lib.js' ] ,
228
228
'temp/libnocompat.js' : [ 'temp/libnocompat.js' ]
229
229
}
@@ -237,9 +237,9 @@ module.exports = function (grunt) {
237
237
beautify : true ,
238
238
} ,
239
239
files : {
240
- //'dist/appCommon-v10.5.3 .js': 'temp/app.js',
241
- 'dist/libCommon-v10.5.3 .js' : [ 'temp/lib.js' ] ,
242
- 'dist/libnocompat-v10.5.3 .js' : 'temp/libnocompat.js' ,
240
+ //'dist/appCommon-v10.5.4 .js': 'temp/app.js',
241
+ 'dist/libCommon-v10.5.4 .js' : [ 'temp/lib.js' ] ,
242
+ 'dist/libnocompat-v10.5.4 .js' : 'temp/libnocompat.js' ,
243
243
'dist/avWidgets.js' : 'avWidgets.js' ,
244
244
245
245
"dist/locales/moment/es.js" : "node_modules/moment/locale/es.js" ,
0 commit comments