OpenPGP first look (#53)

This commit is contained in:
RainLoop Team 2014-01-28 01:34:54 +04:00
parent 74991b16d9
commit 098a04eab6
15 changed files with 175 additions and 20 deletions

View file

@ -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: {