From a29b9f20481e23ffca88b12a2bdc67a5c80e4d80 Mon Sep 17 00:00:00 2001 From: jiazhong Date: Fri, 5 Dec 2014 11:59:35 +0800 Subject: [PATCH] append grunt info --- webapp/grunt.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/grunt.json b/webapp/grunt.json index fdbb0b7..0b50e31 100644 --- a/webapp/grunt.json +++ b/webapp/grunt.json @@ -33,6 +33,8 @@ "app/components/d3/d3.min.js", "app/components/nvd3/nv.d3.min.js", "app/components/angularjs-nvd3-directives/dist/angularjs-nvd3-directives.js", + "app/components/sweetalert/lib/sweet-alert.js", + "app/components/angular-sweetalert/SweetAlert.js", "tmp/js/scripts.js" ], "dest": "tmp/js/scripts.min.js" @@ -52,6 +54,7 @@ "app/components/angular-chosen-localytics/chosen-spinner.css", "app/components/nvd3/nv.d3.min.css", "app/components/ace/css/AdminLTE.css", + "app/components/sweetalert/lib/sweet-alert.css", "tmp/css/styles.css" ], "dest": "tmp/css/styles.min.css"