Skip to content

Commit

Permalink
Fix the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Feb 26, 2018
1 parent e412471 commit 658c741
Show file tree
Hide file tree
Showing 5 changed files with 3,434 additions and 155 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
postgres:
image: canopytax/postgresdb
image: postgres:9.6-alpine
ports:
- 5432:5432
tmeister:
Expand Down
31 changes: 19 additions & 12 deletions tmeister/static/bin/build-code
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
#!/bin/bash -e
./node_modules/jspm/jspm.js bundle \
sofe \
build/bundled-deps.js \
--source-map-contents
sofe \
+ react \
+ react-dom \
+ prop-types \
+ jquery \
build/bundled-deps.js \
--source-map-contents

./node_modules/jspm/jspm.js build toggle-meister \
- toast-service!sofe \
- canopy-styleguide!sofe \
- sofe \
+ jquery \
build/toggle-meister.js \
--format amd \
--skip-rollup \
--source-map-contents \
"$@"
- toast-service!sofe \
- canopy-styleguide!sofe \
- sofe \
- react \
- react-dom \
- prop-types \
- jquery \
build/toggle-meister.js \
--format amd \
--skip-rollup \
--source-map-contents \
"$@"
Loading

0 comments on commit 658c741

Please sign in to comment.