Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from micellius/patch-1
Browse files Browse the repository at this point in the history
docs(README): change openui5_theme default config
  • Loading branch information
matz3 committed May 6, 2016
2 parents 5639cff + 70150f8 commit 8ef82a5
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,16 @@ Options for the [less](http://lesscss.org) compiler (`tree.toCss`).
```js
grunt.initConfig({
openui5_theme: {
options: {},
files: [
{
expand: true,
cwd: 'lib1',
src: 'my/ui/lib/themes/foo/library.source.less',
dest: 'tmp'
}
]
library: {
files: [
{
expand: true,
cwd: 'lib1',
src: 'my/ui/lib/themes/foo/library.source.less',
dest: 'tmp'
}
]
}
},
});
```
Expand All @@ -96,14 +97,16 @@ grunt.initConfig({
compress: true
}
},
files: [
{
expand: true,
cwd: 'lib2',
src: 'my/ui/lib/themes/bar/library.source.less',
dest: 'tmp'
}
]
library: {
files: [
{
expand: true,
cwd: 'lib2',
src: 'my/ui/lib/themes/bar/library.source.less',
dest: 'tmp'
}
]
}
},
});
```
Expand Down

0 comments on commit 8ef82a5

Please sign in to comment.