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

Commit 5c19f47

Browse files
committed
update to 0.5.0
1 parent e0b7e4e commit 5c19f47

File tree

5 files changed

+20
-27
lines changed

5 files changed

+20
-27
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Then install dependencies with bower (or manually from github if you prefer to):
2727
To load the minified layer you need to wrap your main `require` call with another `require`, requiring `"delite-build/layer"`. Then you should continue to
2828
refer to modules with `"delite/foo"`.
2929

30-
For example, this:
31-
```
30+
For example, this code:
31+
```js
3232
require(["app/main", "delite/foo"], function() {
3333
...
3434
});
3535
```
3636
Becomes:
37-
```
37+
```js
3838
require(["delite-build/layer"], function() {
3939
require(["app/main", "delite/foo"], function() {
4040
...

bower.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "delite-build",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"dependencies": {
5+
"jquery": ">=2.1",
56
"requirejs": "2.1.x",
6-
"decor-build": "0.3.x",
7-
"dpointer-build": "0.3.x"
7+
"decor-build": "0.4.x",
8+
"dpointer-build": "0.4.x"
89
},
910
"devDependencies": {
10-
"delite": "0.4.0"
11+
"delite": "0.5.0"
1112
},
1213
"ignore": [
1314
".jshintrc",

layer.js

+10-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layer.map

+1-1
Large diffs are not rendered by default.

themes/layer_bootstrap.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)