Skip to content

aikeru/LetsTalkJavaScript2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Talk About JavaScript: Part 2

The sequel to my CoP talk "Let's Talk About JavaScript"

Slides for this presentation: http://slides.com/michaelsnead/lets-talk-about-javascript-5

How to install gulp for your machine (one-time)

  • Install node.js
    https://nodejs.org/download/
  • Install gulp globally by opening an admin prompt and running npm install -g gulp
  • If anything went wrong, make sure these are in your path:
C:\Program Files\nodejs
C:\Users\<UserName>\AppData\Roaming\npm

How to add gulp to your existing MVC project

If you use the exact same gulpfile.js you'll want to...

  • Add the images Check.png and warning.png from here:
    https://github.com/aikeru/LetsTalkJavaScript2/tree/master/ExistingMVCBefore/LetsTalkJS2
  • Change the path of your JavaScript tests to match where you keep them
    The example has two projects, LetsTalkJS2 and Presentation.Tests. Since the tests are in the Presentation.Tests folder, you specify to go up one folder (to solution root) then into the Presentation.Tests project folder and into the Client folder where tests are stored.
    The relative path is configured on line 15 of gulpfile.js.

About

My CoP talk Let's Talk About JavaScript Part 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published