From a35c3df97678db7805bbdca139898b4d296f4747 Mon Sep 17 00:00:00 2001 From: Linus Miller Date: Thu, 15 Sep 2016 14:13:35 +0200 Subject: [PATCH] Add gulp submodule --- .gitmodules | 3 +++ gulp | 1 + gulpfile.js | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 gulp create mode 120000 gulpfile.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c1c7401 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gulp"] + path = gulp + url = https://github.com/thebitmill/gulp.git diff --git a/gulp b/gulp new file mode 160000 index 0000000..f69b449 --- /dev/null +++ b/gulp @@ -0,0 +1 @@ +Subproject commit f69b4494ab2bc55edb09d503396f94bf8b457496 diff --git a/gulpfile.js b/gulpfile.js new file mode 120000 index 0000000..4c7951b --- /dev/null +++ b/gulpfile.js @@ -0,0 +1 @@ +gulp/index.js \ No newline at end of file