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: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,19 @@ This theme core is to be included in your main project and sets up many Gulp tas
18
18
19
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.
20
20
21
+
22
+
## Documentation
23
+
24
+
Full documentation is available [here](https://drucker.readthedocs.io/en/latest).
25
+
26
+
21
27
### TODO
22
28
23
29
- BrowserSync live reload and style injection (should be OK, not tested)
24
30
- Images => Images optimization (to validate)
25
31
- JS specs => JS tests using Karma
26
32
27
33
28
-
## Documentation
29
-
30
-
Full documentation is available [here](https://drucker.readthedocs.io/en/latest).
31
-
32
-
33
34
## Contributing
34
35
35
36
Have a look at the [Contributing section](.github/CONTRIBUTING.md). If you have any question feel free to discuss about it on our [Gitter](https://gitter.im/ovh/ux).
Copy file name to clipboardExpand all lines: docs/index.md
+14-60Lines changed: 14 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,6 @@ This theme core is to be included in your main project and sets up many Gulp tas
16
16
17
17
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.
18
18
19
-
### TODO
20
-
21
-
- BrowserSync live reload and style injection (should be OK, not tested)
22
-
- Images => Images optimization (to validate)
23
-
- JS specs => JS tests using Karma
24
-
25
19
26
20
## Prerequisites
27
21
@@ -31,66 +25,26 @@ All is easily configurable by changing values in your `gulpfile.yml` file in you
31
25
32
26
## Installation
33
27
34
-
-`npm install gulp-drupal-theme-core --save-dev`
35
-
- Create a `gulpfile.yml` in your theme, and overrides options from the `gulpfile.default.yml`
36
-
- Make a `gulpfile.js` in your project, with:
37
-
```js
38
-
"use strict";
39
-
40
-
constgulp=require("gulp");
41
-
constyaml=require("js-yaml");
42
-
constfs=require("fs");
43
-
44
-
// `rc` allows all config options to be overridden with CLI flags like `--js.enabled="` or in `~/.p2-theme-corerc` files, among many others: https://www.npmjs.com/package/rc
0 commit comments