apostrophecms / apostrophe-sandbox

This sandbox site is the basis for our live demo. For your own projects, you can use apostrophe-boilerplate as a more streamlined, cleaner point of departure via the apostrophe-cli tool.
MIT License
112 stars 41 forks source link

404's for `modules/my-{var}/js/content.js` #41

Closed brianfeister closed 10 years ago

brianfeister commented 10 years ago

Not sure why or how this originated, but I've got 404's for the following:

modules/my-blog/js/content.js
modules/my-case/js/content.js
modules/my-groups/js/content.js

I don't know why the my-{something} directory would be searched for any content, I thought the way to override base functionality was to fork it inside /lib/modules/{original-dirname}?

brianfeister commented 10 years ago

dupe #40