Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Colorless-Green-Ideas/MaterialDjango
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabbit committed Aug 10, 2018
2 parents d171afd + 86b6a65 commit 28a3fc6
Show file tree
Hide file tree
Showing 4 changed files with 1,643 additions and 1 deletion.

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"author": "Jack Laxson <[email protected]>",
"license": "MIT",
"devDependencies": {
"rollup": "^0.63.2",
"rollup-plugin-collect-sass": "^1.0.9",
"rollup-plugin-node-resolve": "^3.3.0"
}
Expand Down
12 changes: 12 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from invoke import task

@task
def test(c):
c.run("")

@task
def rollup(c):
c.run("yarn run rollup -wc")
@task
def devserver(c):
c.run("pipenv run python testing/manage.py runserver 0.0.0.0:6660")
Loading

0 comments on commit 28a3fc6

Please sign in to comment.