From a10fcb8c2de8a5c0ed1bddf181ecc151a9cb76ba Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 31 May 2018 19:04:02 -0400 Subject: [PATCH] Don't ignore the dist folder in `/javascripts`. --- .gitignore | 1 + index.html | 2 +- javascripts/dist/catalog.js | 1127 +++++++++++++++++++++++++++++++ javascripts/dist/catalog.min.js | 1 + 4 files changed, 1130 insertions(+), 1 deletion(-) create mode 100644 javascripts/dist/catalog.js create mode 100644 javascripts/dist/catalog.min.js diff --git a/.gitignore b/.gitignore index b045325..3516ad9 100755 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,7 @@ node_modules ### grunt ### # Grunt usually compiles files inside this directory dist/ +!javascripts/dist # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory .tmp/ diff --git a/index.html b/index.html index 5ba7ab0..4e2366d 100644 --- a/index.html +++ b/index.html @@ -431,7 +431,7 @@