tantaman / strut

Strut - An Impress.js and Bespoke.js Presentation Editor
http://strut.io
GNU Affero General Public License v3.0
1.82k stars 485 forks source link

Add Bundle #330

Closed HiagoAD closed 1 year ago

HiagoAD commented 9 years ago

Hi everyone, is not a issue is more a doubt, how can I add new bundles? I'm trying, but is always returning error 404 file don't find. Now, the only thing that I want is print "Worked!" on console but using bundle organization.

Please, help this young padawan :/

tantaman commented 9 years ago

Do you have an example of what you've tried so far? On Fri, Apr 24, 2015 at 1:13 PM HiagoAD notifications@github.com wrote:

Hi everyone, is not a issue is more a doubt, how can I add new bundles? I'm trying, but is always returning error 404 file don't find. Now, the only thing that I want is print "Worked!" on console but using bundle organization.

Please, help this young padawan :/

— Reply to this email directly or view it on GitHub https://github.com/tantaman/Strut/issues/330.

HiagoAD commented 9 years ago

I tried to put on features.js the path to my .js file, dont worked. Then I add 'strut/anim' : '../bundle/app/strut.anim' and when I debbuged came the 404, but the path was right.

edit: I tried with '/main' too

tantaman commented 9 years ago

Can you put a diff up? Assuming you've forked strut you can commit your changes and push them to your fork and I can take a look.

On Fri, Apr 24, 2015 at 3:34 PM HiagoAD notifications@github.com wrote:

I tried to put on features.js the path to my .js file, dont worked. Then I add 'strut/anim' : '../bundle/app/strut.anim' and when I debbuged came the 404, but the path was right.

— Reply to this email directly or view it on GitHub https://github.com/tantaman/Strut/issues/330#issuecomment-96085333.