Skip to content

Commit

Permalink
delicate
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaswise committed Jul 25, 2016
1 parent 0d9246d commit 6be002d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.0-beta.26

### Fixed
- Release tooling, now includes Dist

### Modified
- Moved several patterns to `@include` rather than `@extend()`

## 1.0.0-beta.25

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calcite-web",
"version": "1.0.0-beta.24",
"version": "1.0.0-beta.26",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
Expand All @@ -10,6 +10,7 @@
"deploy": "gh-pages -d docs/build -o upstream",
"a11y": "a11y local.arcgis.com:8888",
"gh-release": "gh-release",
"releaseScript": "./bin/release.sh",
"preacetate": "npm run cssStat",
"acetate": "acetate build -i docs/source -o docs/build -c docs/acetate.conf.js",
"prerollup": "npm run test",
Expand All @@ -29,7 +30,7 @@
"prestart": "npm-run-series acetate sass rollup imagemin font js",
"pres3": "node bin/minify.js",
"s3": "node bin/s3.js",
"release": "npm-run-series prestart gh-release s3 deploy",
"release": "npm-run-series sass:dist prestart s3 releaseScript deploy",
"start": "parallelshell 'rerun-script' 'live-server docs/build --port=8888 --no-browser' 'watchify docs/source/assets/js/all.js -o docs/build/assets/js/all.js'"
},
"watches": {
Expand Down

0 comments on commit 6be002d

Please sign in to comment.