javascript - Meteor integrating bought theme/js freezes meteor server -
i have bought 1 ui theme i'm trying integrate meteor. have browsed stack overflow solution hours , i'm stuck.
i have copied complete assets folder newly made imports directory on client side , tried use import on client main.js import modules need. problem when run server meteor --port xxxx hangs on building web application , freezes.
i have tried putting in client/compatibility folder javascript , doesn't seem work.
does have insight this?
for static html created new template html , worked.
client/lib put js libraries. rootproject/public put static assets(images/fonts).
look packages on atmosphere.js , check if compatible you're trying do. confusing step because package names not same third party js libs. trial , error.
any third party js files can't find on atmosphere.js dump js files in client/lib.
Comments
Post a Comment