Skip to content

Commit

Permalink
Merge pull request #115 from nzzdev/release-4.1.0
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
benib committed May 24, 2018
2 parents 407c79b + fecf8d1 commit fbabd0a
Show file tree
Hide file tree
Showing 7 changed files with 2,321 additions and 4,012 deletions.
12 changes: 12 additions & 0 deletions docs/about-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ const tools = {
},
{
content: '.q-item { color: #f5f5f5; background-color: #f5f5f5; }'
},
function(item, toolRuntimeConfig) {
return {
content: '.q-item { some styles generated at runtime }'
}
}
],
scripts: [
function(item, toolRuntimeConfig) {
return {
content: `console.log(${JSON.stringify(item)}`
}
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion docs/developing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ before_script:
script:
- npm test
- docker build -t $DOCKER_IMAGE_NAME:$DOCKER_TAG .
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker tag $DOCKER_IMAGE_NAME:$DOCKER_TAG
- echo $DOCKER_PASSWORD | docker login -u="$DOCKER_USERNAME" --password-stdin; docker tag $DOCKER_IMAGE_NAME:$DOCKER_TAG
nzzonline/$DOCKER_IMAGE_NAME:$DOCKER_TAG; docker push nzzonline/$DOCKER_IMAGE_NAME:$DOCKER_TAG;
cache:
directories:
Expand Down
Loading

0 comments on commit fbabd0a

Please sign in to comment.