mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
OpenPGP first look (#53)
This commit is contained in:
parent
74991b16d9
commit
098a04eab6
15 changed files with 175 additions and 20 deletions
|
|
@ -112,6 +112,13 @@ module.exports = function (grunt) {
|
|||
],
|
||||
dest: 'rainloop/v/<%= cfg.devVersion %>/static/js/boot.js'
|
||||
},
|
||||
js_openpgp: {
|
||||
nonull: true,
|
||||
src: [
|
||||
"vendors/openpgp.min.js",
|
||||
],
|
||||
dest: 'rainloop/v/<%= cfg.devVersion %>/static/js/openpgp.js'
|
||||
},
|
||||
js_libs: {
|
||||
nonull: true,
|
||||
options: {
|
||||
|
|
@ -383,7 +390,7 @@ module.exports = function (grunt) {
|
|||
nospawn: true
|
||||
},
|
||||
files: ['dev/**/*.js', 'vendors/**/*.js'],
|
||||
tasks: ['concat:js_libs', 'concat:js_admin', 'concat:js_app']
|
||||
tasks: ['concat:js_libs', 'concat:js_openpgp', 'concat:js_admin', 'concat:js_app']
|
||||
},
|
||||
styles: {
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue