Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed Nov 28, 2020
1 parent c698755 commit aa61a73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
django
django-sockpuppet
django-seed
requests
django-pygments-renderer
django-webserver[gunicorn]

# deployment
fabric
patchwork
gunicorn

# test
django-seed
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ let globOptions = {
}

let entryFiles = glob.sync("**/javascript/*.js", globOptions)
console.log(entryFiles);
let entryObj = {};
entryFiles.forEach(function(file){
if (file.includes('.')) {
Expand Down

0 comments on commit aa61a73

Please sign in to comment.