Skip to content

Commit 04d1bf0

Browse files
committed
frontend: updates
- update dependencies - js linting
1 parent a8d400f commit 04d1bf0

File tree

125 files changed

+2901
-1246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2901
-1246
lines changed
1.52 KB
Loading

frontend/src/main/javascript/gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = function (grunt) {
22

3-
4-
var libraries = [
3+
const libraries = [
54
'node_modules/ace-builds/src/ace.js',
65
'node_modules/angular/angular.js',
76
'node_modules/angular-ui-ace/src/ui-ace.js',
@@ -210,5 +209,6 @@ module.exports = function (grunt) {
210209
grunt.registerTask('build-css', ['sass', 'postcss', 'cssmin']);
211210
grunt.registerTask('build-html', ['html2js']);
212211
grunt.registerTask('default', ['build-html', 'concat:libs', 'build-js', 'uglify:libs', 'copy:fonts', 'build-css', 'copy:images', 'copy:index', 'copy:env']);
212+
grunt.registerTask('lint', 'jshint');
213213
grunt.registerTask('test', ['karma:unit']);
214214
};

0 commit comments

Comments
 (0)