-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
71 lines (39 loc) · 1000 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
GULP Notes
===========================================
Installing gulp onto the machine
---------------
sudo npm install -g gulp
Installing gulp into a project
----------------
cd (then drag project folder into terminal to get the directory source)
npm init ( initializes JSON file )
npm install --save (save dependencies into project)
Adding dependencies
----------------
npm install --save-dev (plugin name)
npm install --save-dev gulp
npm install --save-dev sass
npm install --save-dev gulp-uglify
npm install --save-dev gulp-autoprefixer
npm install --save-dev browser-sync
BREW Notes
==========================================
brew search (list of packages)
brew (un)install packagename
brew list (List installed)
Homebrew 1.1.0
https://brew.sh
Installed
git 2.12.1
https://git-scm.com/download/mac
installed
node.js 6.10.1
https://nodejs.org/en/
installed
npm 3.10.10
installed
SASS 3.4.23
http://sass-lang.com/
Installed
Gulp.js 3.9.1
http://gulpjs.com/