Skip to content

Commit

Permalink
Adding build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ibash committed Jan 17, 2019
1 parent a5448c0 commit 9da48f2
Show file tree
Hide file tree
Showing 3 changed files with 2,790 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ See the demo [here](http://marvelapp.github.io/devices.css/)
# Usage
In order to use a device, include devices.min.css at the top of your document and then go back to the [demo](http://marvelapp.github.io/devices.css/) and select the combination you want, and simply copy out the generated HTML. That's it!

This will give you the device you selected, just like we use on Marvel. Use them, tweak them and improve however you want! Also sign up for [Marvel](http://marvelapp.com) if you haven't already because it's pretty good
This will give you the device you selected, just like we use on Marvel. Use them, tweak them and improve however you want! Also sign up for [Marvel](http://marvelapp.com) if you haven't already because it's pretty good

# Building

```
yarn
yarn build
```
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Marvel Devices",
"main": "Gruntfile.js",
"scripts": {
"test": "/"
"test": "/",
"build": "grunt"
},
"repository": {
"type": "git",
Expand All @@ -18,6 +19,7 @@
"devDependencies": {
"autoprefixer": "^7.1.4",
"grunt": "~0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-compass": "~0.8.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
Expand Down
Loading

0 comments on commit 9da48f2

Please sign in to comment.