Skip to content

Commit

Permalink
moved to public
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeletsky committed Feb 18, 2016
1 parent 658f8db commit b58b9c4
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export BUILDPACK_URL="https://github.com/alexbeletsky/heroku-buildpack-nginx.git"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "",
"main": "index.html",
"scripts": {
"watch": "postcss -u postcss-import -u postcss-cssnext -u cssnano -o ./css/app.min.css ./css/app.css -w",
"build": "postcss -u postcss-import -u postcss-cssnext -u cssnano -o ./css/app.min.css ./css/app.css",
"start": "http-server . -p 5500 -o",
"watch": "postcss -u postcss-import -u postcss-cssnext -u cssnano -o ./public/css/app.min.css ./public/css/app.css -w",
"build": "postcss -u postcss-import -u postcss-cssnext -u cssnano -o ./public/css/app.min.css ./public/css/app.css",
"start": "http-server ./public -p 5500 -o",
"start:watch": "npm run watch & npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b58b9c4

Please sign in to comment.