fix importer js

Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
binsky
2021-08-22 15:12:57 +02:00
parent 88fef6029b
commit 9c6e270f76
5 changed files with 26 additions and 22 deletions

View File

@ -34,6 +34,7 @@ module.exports = function (grunt) {
eqeqeq: true,
eqnull: true,
browser: true,
esversion: 8,
globals: {
"angular": true,
"PassmanImporter": true,
@ -406,4 +407,4 @@ module.exports = function (grunt) {
grunt.registerTask('hint', ['jshint']);
grunt.registerTask('build', ['sass', 'jshint', 'html2js', 'mkdir:dist', 'copy:dist', 'copy:fonts', 'replace:dist', 'uglify', 'concat:css', 'cssmin', 'clean:css', 'replace:strict', 'copy:settingsJs']);
};
};