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
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This theme core is to be included in your main project and sets up many Gulp tasks that can work in many flexible ways by passing in different `config` objects, which can be based off of `gulpfile.default.yml` (and is merged with).
@@ -17,7 +18,7 @@ This theme core is to be included in your main project and sets up many Gulp tas
17
18
18
19
All is easily configurable by changing values in your `gulpfile.yml` file in your project. These values are merged into the `gulpfile.default.yml` file - look there for the available options and defaults.
19
20
20
-
## TODO
21
+
###TODO
21
22
22
23
- BrowserSync live reload and style injection (should be OK, not tested)
23
24
- Images => Images optimization (to validate)
@@ -91,7 +92,7 @@ You need to create a `.eslintrc.js` file, and specify whitch rules that you want
91
92
92
93
You can launch specifics tasks, for example "lint CSS files". In this example, you can use `gulp validate:css`.
93
94
94
-
All the documentation can be found inside the `docs` folder.
95
+
All the documentation can be found inside the [docs] folder.
0 commit comments