'[% ctx.media_prefix %]/js/ui/default/staff/build/js/angular-tablesort.js',
'[% ctx.media_prefix %]/js/ui/default/staff/build/js/lovefield.min.js',
'[% ctx.media_prefix %]/js/ui/default/staff/build/fonts/glyphicons-halflings-regular.woff',
+ '[% ctx.media_prefix %]/js/ui/default/staff/build/fonts/glyphicons-halflings-regular.woff2',
'[% ctx.media_prefix %]/js/dojo/opensrf/JSON_v1.js',
'[% ctx.media_prefix %]/js/dojo/opensrf/opensrf.js',
'[% ctx.media_prefix %]/js/dojo/opensrf/opensrf_ws.js',
'[% ctx.media_prefix %]/js/ui/default/staff/services/date.js',
'[% ctx.media_prefix %]/js/ui/default/staff/services/op_change.js',
'[% ctx.media_prefix %]/js/ui/default/staff/services/lovefield.js',
+ '[% ctx.media_prefix %]/js/ui/default/staff/services/file.js',
'[% ctx.media_prefix %]/js/ui/default/staff/offline.js',
'[% ctx.base_path %]/staff/share/t_alert_dialog',
'[% ctx.base_path %]/staff/share/t_confirm_dialog',
'node_modules/ngtoast/dist/ngToast-animations.min.css',
'node_modules/angular-tree-control/css/tree-control.css',
'node_modules/angular-tree-control/css/tree-control-attribute.css',
- 'node_modules/angular-tablesort/tablesort.css',
+ 'node_modules/angular-tablesort/tablesort.css'
]
}]
},
'node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.eot',
'node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg',
'node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf',
- 'node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff'
+ 'node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff',
+ 'node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2'
]
}]
},
'build/css/ngToast.min.css',
'build/css/ngToast-animations.min.css',
'build/css/tree-control.css',
- 'build/css/tree-control-attribute.css',
+ 'build/css/tree-control-attribute.css'
]
}
}
rename: function (dst, src) {
return src.replace('.js', '.min.js');
}
- }],
+ }]
},
build: {
src: [
'services/ui.js',
'services/date.js',
'services/op_change.js',
+ 'services/file.js'
],
dest: 'build/js/<%= pkg.name %>.<%= pkg.version %>.min.js'
},
// to more easily detect if concat order is incorrect
concat: {
options: {
- separator: ';',
+ separator: ';'
}
},
// Generate test/data/IDL2js.js for unit tests.
// note: the output of this script is *not* part of the final build.
idl2js : {
- command : 'cd test/data && perl idl2js.pl',
+ command : 'cd test/data && perl idl2js.pl'
},
// Remove the unit test IDL2js.js file. We don't need it after testing
rmidl2js : {
- command : 'rm test/data/IDL2js.js',
+ command : 'rm test/data/IDL2js.js'
}
},
// unit tests configuration
karma : {
unit: {
- configFile: 'test/karma.conf.js',
+ configFile: 'test/karma.conf.js'
//background: true // for now, visually babysit unit tests
}
}