How To Create A Build System With NPM Scripts (3/3)

preview_player
Показать описание


In this three part live coding series, we will create a simple build system that compiles our SCSS files down to a single CSS output. We will also leverage the power of Browserify to recursively bundle all our Javascript files into a single output.

FOLLOW US:
Don't forget to subscribe! Really appreciate it!

Рекомендации по теме
Комментарии
Автор

The code you write cannot be read without going full-screen. This is a hinderance to typing code into our own editor and following along. There are techniques for doing YouTube presentations that allow viewers to read the code when the video is toggled into Theater Mode.

I'll leave that up to you as your next excercise. :-)

Otherwise, an excellent introduction to using npm as a build tool. Thank you

clintongallagher