You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
{"name": "my-project","version": "0.0.1","description": "My example project","jam": {"baseUrl": "public","packageDir": "public/vendor","dependencies": {"jquery": "1.7.x","underscore": null},"config": {"paths": {"templates": "public/templates"}}}}
When I put the above into a package.json and jam install I get a require.config.js file which has entries for jquery and underscore but it doesn't create a path for templates.
When I put the above into a package.json and
jam install
I get a require.config.js file which has entries for jquery and underscore but it doesn't create a path for templates.The text was updated successfully, but these errors were encountered: