Closed rufuspollock closed 4 years ago
Integrate new resource editor created here https://github.com/datopian/datapub/issues/1
cd ./datapub && yarn && yarn build
mv ./static/js/ ./ckanext/external-storage/fanstatic/js/datapub
Do we need to use stylesheets? If yes, we can also move CSS files:
mv ./static/css/ ./ckanext/external-storage/fanstatic/css/datapub
If we build and commit bundles in the DataPub repo, we can use them directly from Github (?):
github.com/datopian/datapub/bundle.js
I've started a PR here #26
cc @rufuspollock
Integrate new resource editor created here https://github.com/datopian/datapub/issues/1
Acceptance criteria
Tasks
Analysis
Git submodule
cd ./datapub && yarn && yarn build
mv ./static/js/ ./ckanext/external-storage/fanstatic/js/datapub
Do we need to use stylesheets? If yes, we can also move CSS files:
mv ./static/css/ ./ckanext/external-storage/fanstatic/css/datapub
Use pre built bundles
If we build and commit bundles in the DataPub repo, we can use them directly from Github (?):
github.com/datopian/datapub/bundle.js
- can't have hashes in file names here as it would break once changed.