You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
Configurable assets builder
2
2
===========================
3
3
4
-
A collection of configurable [gulp][] tasks we use to build front-end code, mostly for fully static or CMS-based website projects. Includes Sass with Autoprefixer, SVG sprites and JS minification.
5
-
6
-
*Some highlights:*
4
+
A collection of configurable [gulp][] tasks we use to build front-end code, mostly for fully static or CMS-based website projects.
-Built-in tasks: Sass with Autoprefixer, SVG sprites and JS minification
11
9
- Easy to remove or edit built-in tasks, or write your own
12
10
13
11
*Table of contents:*
@@ -35,7 +33,7 @@ There are two commands than you can use:
35
33
-`npm run build` (build CSS/JS/SVG once)
36
34
-`npm run watch` (build CSS/JS/SVG when files are changed)
37
35
38
-
(Advanced use: if you want access to more gulp commands, you can install gulp globally with `npm install -g gulp`, and run commands such as `gulp --tasks` to list all individual tasks.)
36
+
Important: if you’re using Git, don’t forget to add `node_modules` to your `.gitignore`, to avoid versioning the many files installed by npm.
39
37
40
38
41
39
Configuring tasks
@@ -166,5 +164,5 @@ If you want to write a new or different task (for example, one that transpiles E
0 commit comments