mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
parent
320f92b1a8
commit
f9c7de2920
74 changed files with 5731 additions and 2282 deletions
|
|
@ -248,7 +248,7 @@ module.exports = function (grunt) {
|
|||
"dev/Common/Knockout.js",
|
||||
"dev/Common/LinkBuilder.js",
|
||||
"dev/Common/Plugins.js",
|
||||
"dev/Common/HtmlEditor.js",
|
||||
"dev/Common/HtmlEditorWrapper.js",
|
||||
"dev/Common/Selector.js",
|
||||
|
||||
"dev/Storages/LocalStorages/CookieDriver.js",
|
||||
|
|
@ -467,10 +467,12 @@ module.exports = function (grunt) {
|
|||
|
||||
grunt.registerTask('default', ['less', 'concat', 'cssmin', 'jshint', 'rlmin']);
|
||||
grunt.registerTask('build', ['default', 'rlmin', 'rainloop', 'compress:build', 'md5:build', 'rainloop-clear']);
|
||||
grunt.registerTask('fast', ['less', 'concat']);
|
||||
|
||||
// aliases
|
||||
grunt.registerTask('u', ['uglify']);
|
||||
grunt.registerTask('h', ['jshint']);
|
||||
grunt.registerTask('b', ['build']);
|
||||
grunt.registerTask('f', ['fast']);
|
||||
grunt.registerTask('w', ['default', 'watch']);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue