Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit 41b3d1c

Browse files
authored
doc: update readme
1 parent c4d13c0 commit 41b3d1c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const path = require('path');
3333
requireTasks({
3434
arguments: [
3535
{
36-
config: require('./gulp-config'),
36+
config: require('./gulp-config'), // see section for gulp-config.js
3737
}
3838
],
3939
passCallback: false,
@@ -45,6 +45,8 @@ requireTasks({
4545
### gulp-config.js
4646

4747
```js
48+
'use strict';
49+
4850
module.exports = {
4951
dist_dir: './dist/',
5052

@@ -93,6 +95,8 @@ module.exports = {
9395
In addition it's possible to overwrite the asset-pipeline internals:
9496

9597
```js
98+
'use strict';
99+
96100
module.exports = {
97101
styles: {
98102
settings: {

0 commit comments

Comments
 (0)