tantaman/strut

Add Bundle

Closed this issue · 3 comments

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 :/

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
#330.

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

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
#330 (comment).