From 44e5a55736c4ff99d404441936b055483ed9c42d Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Feb 2026 12:39:43 -0500 Subject: fork: initial commit, derived from water.css (d950cbc) --- index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 index.js (limited to 'index.js') diff --git a/index.js b/index.js new file mode 100644 index 0000000..a9da854 --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +const gulpfile = require('./gulpfile') +gulpfile.watch() -- cgit v1.2.3