From 00c9709fd9763542e848f6278db8ba26af5c9886 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Oct 2018 23:46:42 +0200 Subject: Initial commit. --- gulpconfig.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 gulpconfig.json (limited to 'gulpconfig.json') diff --git a/gulpconfig.json b/gulpconfig.json new file mode 100644 index 0000000..bb55944 --- /dev/null +++ b/gulpconfig.json @@ -0,0 +1,24 @@ +{ + "browserSyncOptions" : { + "proxy": "localhost/", + "notify": false + }, + "browserSyncWatchFiles" : [ + "./css/*.min.css", + "./js/*.min.js", + "./**/*.php" + ], + "paths" : { + "js": "./js", + "css": "./css", + "img": "./img", + "imgsrc": "./src/img", + "sass": "./sass", + "node": "./node_modules/", + "bower": "./bower_components/", + "dev": "./src", + "dist": "./dist", + "distprod": "./dist-product", + "vendor": "" + } +} -- cgit v1.2.3