I figured it out, thanks for your help and direction Justin,
So digging in more and trying all sorts of configurations, it
boiled down to my paths.
So in my package.json file looks like.
-
{
"system": {
"paths": {
"myapp/*" : "dummy/*.js"
},
"meta": {
"myapp/test1": {
"deps": [
"components/test/test"
]
}
}
}
}
And the important file path change here in my steal statements as
an example myapp.js below
-
steal('myapp/test1.js', function(){});