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.
Copy file name to clipboardExpand all lines: docs/usage.md
+27-11Lines changed: 27 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## Config
2
+
3
+
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.
4
+
5
+
For example, you can enable SCSS and JS like this:
6
+
```yml
7
+
css:
8
+
enabled: true
9
+
js:
10
+
enabled: true
11
+
```
12
+
13
+
You can find all the available options and defaults settings inside the `gulpfile.default.yml` file.
14
+
15
+
1
16
## Commands
2
17
3
18
- `gulp`- Run all compile tasks, and watch for changes
@@ -18,17 +33,18 @@ All the documentation can be found inside the [Features](features/css.md) sectio
18
33
19
34
In order to use Babel, you need to create a `.babelrc` into your project, with the presets that you want installed.
0 commit comments