You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is not the best place for this question but I couldn't find a slush forum or something else to ask.
I'm starting to use slush for a new project which will have several apps (that's why I need scaffolding tools). But what I would like is to be able to use this tool to maintain the apps when the template evolves.
For example if one of the dependency number change in the package.json file I would like to be able to apply it every where without to manually edit them, but I don't want local changes to be lost either.
Is there any way to do it easily with slush/glulp or should I use another tool (which one ?)?
Thanks a lot
Regards
Christophe.
The text was updated successfully, but these errors were encountered:
That's a good question! I have been thinking a lot about this myself, but I'm afraid I haven't found a good solution for it yet.
One way to solve it would be to create a gulp plugin which, instead of just copying a package.json template, modifies a package.json so it includes the needed dependencies without affecting other stuff.
Maybe an API like this (let's call the hypothetical plugin gulp-deps):
Hello,
I know this is not the best place for this question but I couldn't find a slush forum or something else to ask.
I'm starting to use slush for a new project which will have several apps (that's why I need scaffolding tools). But what I would like is to be able to use this tool to maintain the apps when the template evolves.
For example if one of the dependency number change in the package.json file I would like to be able to apply it every where without to manually edit them, but I don't want local changes to be lost either.
Is there any way to do it easily with slush/glulp or should I use another tool (which one ?)?
Thanks a lot
Regards
Christophe.
The text was updated successfully, but these errors were encountered: