Skip to content

Commit

Permalink
Merge pull request #2072 from dzhw/release
Browse files Browse the repository at this point in the history
#2044 disable html validation
  • Loading branch information
rreitmann authored Mar 5, 2019
2 parents b1b1e9e + 7c37c53 commit c81354d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask('buildprod', ['createJavaSourceCodeFromTranslations',
'test', 'htmlangular:default',
'htmlangular:index', 'clean:dist',
'test', 'clean:dist',
'wiredep:app', 'ngconstant:prod',
'useminPrepare', 'ngtemplates', 'svgmin',
'concat', 'copy:fonts', 'copy:dist', 'ngAnnotate', 'cssmin',
Expand Down

0 comments on commit c81354d

Please sign in to comment.