-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
layout type don't work #149
Comments
I am having a similar issue. When I created a custom layout function I was able to see that value for type is always untyped. |
+1 |
Okay, I finally figured out the answer at #147 My project is using sails with sails-generate-bower Set the {
...
"dependencies": {
"bootstrap": "~3.3.1"
},
"exportsOverride": {
"bootstrap": {
"css": "dist/css/*.css",
"js": "dist/js/bootstrap*.js",
"fonts": "dist/fonts/*.*"
}
}
} It works like a charm |
+1, confirmed that byType doesn't work in v0.4.0 |
1 similar comment
+1, confirmed that byType doesn't work in v0.4.0 |
Type is not defined |
Weirdly it changed for me when i switched to choosing the directory using With targetDir i had a flat structire in my deps and without it is ordered just as in the repo representing the dep. |
+1, confirmed that byType doesn't work in v0.4.0 |
when I set layout=bytype, it copy component like this:
then I set layout=byComponet, it copy component still like before that, it should like this
why it doesn't work?
The text was updated successfully, but these errors were encountered: