danivijay / bootstrap_boilerplate

0 stars 0 forks source link

Add Gulp #2

Closed jacobproffer closed 3 years ago

jacobproffer commented 6 years ago

Hey Dani,

I went ahead and set your boilerplate up with Gulp. Asides from the script tag for jQuery, you'll now have only one minified JS file. If you take a look at the Gulp tasks, you'll see that Gulp will automatically re-compile and minify your JS whenever you make a change. With that said, I've also simplified the site CSS in a similar way. You now only have one CSS file being loaded in the head instead of multiple.

If you need a walkthrough of what Gulp is or how to use it, I will be glad to go through it with you.

Let me know if there are any issues! Happy October.