Famous / famous-cli

Other
28 stars 20 forks source link

CLI tool does not seem to watch nested components #54

Closed subtubes-io closed 9 years ago

subtubes-io commented 9 years ago

It appears that when I create new components the app is not watching them for changes and wont load the changes made to the files in the modules.

How to reproduce

FamousFramework.scene('thedude:magick', {
    behaviors: {
        '#surface': {
            'content': '<h1>Hello world!</h1>',
            'size': [800, 800]
        }
    },

    tree: `<node>
    <node id="surface"></node>
    <thedude:google:simple-map></thedude:google:simple-map> //my custom namespace 
    </node>`
});

issue

matthewtoast commented 9 years ago

This is actually an issue with the Famous/framework dev tools. Closing this issue and re-filing it there: https://github.com/Famous/framework/issues/30