File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ On this branch _(Basic)_ we use:
55
55
- ** Gulp Clean CSS:** To minify CSS.
56
56
- ** Gulp Connect:** Preview website on local server.
57
57
- ** Gulp Environment:** Call to different tasks depending of the environment.
58
- - ** Gulp Eslint:** Linting for JavaScript.
59
58
- ** Gulp Fontmin:** Generate fonts from .ttf.
60
59
- ** Gulp Imagemin:** Compress images.
61
60
- ** Gulp Load plugins:** Load all the plugins once.
@@ -68,6 +67,7 @@ On this branch _(Basic)_ we use:
68
67
- ** Opn:** Open browser to see the preview.
69
68
- ** Require all:** Load all gulp tasks once.
70
69
- ** Webpack and Babel:** To use Babel with Webpack _ (ES2015 -> ES5)_ and create a bundle.
70
+ - ** Webpack and Linting:** To check TypeScript files
71
71
72
72
** [ back to top] ( #table-of-contents ) **
73
73
You can’t perform that action at this time.
0 commit comments