Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox committed Dec 3, 2016
2 parents c344527 + b9cd9cb commit 707fdd2
Show file tree
Hide file tree
Showing 10 changed files with 1,955 additions and 2,954 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.DS_STORE
npm-debug.log
node_modules
build
coverage
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.5.2

Replaces gulp with NPM scripts.

## 0.5.1

Initial release.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder contains an example of using Remixer in a simple web app.

## Quickstart

1. Run `npm install` or `yarn` within this folder.
2. Run `gulp serve` to start the demo server.
3. The demo should open in new window. If not, navigate to [http://localhost:8000/](http://localhost:8000/) to view it.
1. Run `npm install` within this folder.
2. Run `npm start` to start the demo server.
3. The demo should open in new window. If not, navigate to [http://localhost:8080/](http://localhost:8080/) to view it.
4. Hit `ESC` key to toggle Remixer overlay visibility.
11 changes: 0 additions & 11 deletions examples/gulpfile.js

This file was deleted.

7 changes: 3 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "material-remixer-examples",
"version": "0.5.0",
"version": "0.0.1",
"description": "Example app demonstrating usage of Remixer.",
"author": "The Material Remixer Authors (see AUTHORS)",
"license": "Apache-2.0",
"scripts": {
"start": "$( yarn bin )/gulp serve"
"start": "$( yarn bin )/http-server -o"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-webserver": "^0.9.1"
"http-server": "^0.9.0"
},
"dependencies": {
"material-design-lite": "^1.2.1",
Expand Down
Loading

0 comments on commit 707fdd2

Please sign in to comment.