mirror of
https://github.com/nextcloud/passman.git
synced 2025-07-22 01:29:13 +00:00
@ -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']);
|
||||
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user