Famous/framework

Included scripts are added to <head> and bundle

djgrant opened this issue · 1 comments

Results in external.js being referenced in the document and added to user~scene.bundle.js:

FamousFramework.scene('user:scene', {
})
.config({
    includes: [
        'external.js'
    ]
});

Another great catch. We should only be inlining the external.js and not including it in the head. (This is related to a bit of vestigial code that should be removed.)