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 think @darkbasic told me about it originally so I'm not sure. I think that if we specify a file in the template helper and it wasn't rendered because it doesn't exist or .gitignored we should print it to the console. Would be nice to have a color to it so it won't mix with the other logs. Sounds very useful actualy
Yeah pretty close to it. In fact in order to reduce the number of commits and the subsequent rebase burden I'm trying to split each commit in multiple ones simply by specifying the files that I want to render:
The issue with this approach is that if you add a new file during rebases and you forget about adding it to the files list, you won't get it rendered. Unfortunately it happens 100% of times.
Something similar happened with the old Ionic tutorial, where I missed to render a whole step: I noticed only after people started complaining that the tutorial didn't work.
While rendering the views with tortilla manual render would be great to get a warning if something like that happens. Also I would love to have an ignore list, because for example I never render the package.json file: instead I simply type which packages the user needs to install and the related commands.
No description provided.
The text was updated successfully, but these errors were encountered: