From 24dd71ca39718e5a252433be75c0aa51bfe02d46 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 23 Apr 2016 01:59:29 +0200 Subject: [PATCH] Move bundle to excluded folder --- package.json | 4 ++-- public/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5bdae0e..06abdca 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "watchify": "^2.1.1" }, "scripts": { - "start": "watchify -o public/bundle.min.js -v -d public/script.jsx", - "postinstall": "browserify public/script.jsx | uglifyjs -cm > public/bundle.min.js" + "start": "watchify -o public/dist/bundle.min.js -v -d public/script.jsx", + "postinstall": "browserify public/script.jsx | uglifyjs -cm > public/dist/bundle.min.js" }, "browserify": { "transform": [ diff --git a/public/index.html b/public/index.html index 3a40b6a..bf90500 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@
- +