From 86e4444700579959a413993ca467d645085832c8 Mon Sep 17 00:00:00 2001 From: Theoziran Lima Date: Tue, 18 Aug 2015 02:01:16 -0300 Subject: [PATCH] Criação de rotina de compilação no provisionamento e watcher dos diretórios #274 --- .gitignore | 1 + Vagrantfile | 13 ++++++++----- gulpfile.js | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 5 deletions(-) create mode 100644 gulpfile.js diff --git a/.gitignore b/.gitignore index b7d542f..85de51e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ src # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file composer.lock /nbproject/ +node_modules diff --git a/Vagrantfile b/Vagrantfile index 1c34b1e..8965157 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" $firstTimeScript = <