Extracting sass file from Ionic -
introduction
we have ionic application used 20+ clients (b2b). every client determine 'theming' wanted , change color of sass variables accordingly (every client has separate build application, base same, different namespace .. within app store).
now rules in apple guidelines changed plus getting point maintaining 20+ apps becoming undoable. we, therefore, decided go 1 app allow them change 'theme' @ runtime instead of compile time.
our solution have base theme set @ compile time, , @ runtime, consume rest service returning compiled sass file correct theming. require 'original' sass file can change theme colors when service called.
question
is there way concatenated sass file in ionic before sent through sass compiler?
Comments
Post a Comment