From 32252e39cc1633ee623cf055eac57210ff4f9179 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 2 Mar 2016 12:48:15 -0800 Subject: Add grunt watch to web3-provider-engine --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index f04fcac3a..7ffdf9e58 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,6 +19,7 @@ module.exports = function (grunt) { var config = { app: 'app', dist: 'dist', + modules: 'node_modules', ui: 'node_modules/metamask-ui' }; @@ -33,6 +34,7 @@ module.exports = function (grunt) { files: [ '<%= config.app %>/scripts/{,*/}*.js', '<%= config.ui %>/{,*/}*.js', + '<%= config.modules %>/web3-provider-engine/{,*/}*.js', ], options: { livereload: '<%= connect.options.livereload %>' -- cgit