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 went through and gradually commented out lines in _ionic.scss
however, it doesn't seem to bear any logic. I can comment includes out and get the game to render, but then adding things back line by line sometimes it will stop working at different points.
it seems like there is either some really complex interplay between elements, or maybe the compiler doesn't actually compile or remove files?
is there a way to use the sass plugin to "force clean" build?
i also tried removing css attributes within the chrome debugger, but wasn't able to find any property that enabled rendering to correct.
but then adding back the components at some point the renderer will break, but then if i comment out the same components the renderer won't fix itself until some random point.
any other suggestions how to narrow this down?
The text was updated successfully, but these errors were encountered:
i tried doing the reset indeed, which triggers the "scss file doesn't exist" problem > restart meteor > time consuming.
but yeah removing and then adding back one by one, did that a few times and there's no logic i can find to this. sometimes it also renders when all of them are added back. bizarre
have you tried any other sass plugins? eg
particle4dev:sass
in trying to debug the rendering glitch here
meteoric/meteor-ionic#91
i went through and gradually commented out lines in _ionic.scss
however, it doesn't seem to bear any logic. I can comment includes out and get the game to render, but then adding things back line by line sometimes it will stop working at different points.
it seems like there is either some really complex interplay between elements, or maybe the compiler doesn't actually compile or remove files?
is there a way to use the sass plugin to "force clean" build?
i also tried removing css attributes within the chrome debugger, but wasn't able to find any property that enabled rendering to correct.
this combo will render fine:
but then adding back the components at some point the renderer will break, but then if i comment out the same components the renderer won't fix itself until some random point.
any other suggestions how to narrow this down?
The text was updated successfully, but these errors were encountered: