Content deleted Content added
Xue Fuqiao (talk | contribs) npm doesn't stand for Node Package Manager |
m →Plugins: typo |
||
Line 33:
=== Plugins ===
Any installed plugin that is required to perform a task is to be added at the top of the gulpfile as a
//Adding dependencies
var gulp = require ( 'gulp');
|