From d9ec89eed3b878b55e30f3ffe25bf73d17e9043b Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@tiolive.com>
Date: Mon, 16 Sep 2013 23:20:59 +0200
Subject: [PATCH] promy added to grunt

---
 Gruntfile.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Gruntfile.js b/Gruntfile.js
index fb9264d..4587386 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -14,6 +14,12 @@ module.exports = function (grunt) {
           errorsOnly: true
         }
       },
+      promy: {
+        src: ['src/promy/**/*.js'],
+        options: {
+          errorsOnly: true
+        }
+      },
       jio: {
         src: ['src/jio/**/*.js'],
         exclude: ['src/jio/intro.js', 'src/jio/outro.js'],
@@ -78,6 +84,10 @@ module.exports = function (grunt) {
         banner: '/*! <%= pkg.name %> <%= pkg.version %> ' +
           '<%= grunt.template.today("yyyy-mm-dd") %> */\n'
       },
+      promy: {
+        src: 'src/promy/promy.js',
+        dest: 'promy.min.js'
+      },
       jio: {
         src: 'jio.js', // '<%= pkg.name %>.js'
         dest: 'jio.min.js'
-- 
2.30.9