ember.js - Build application with client custom theme -
i've application default theme (less files defined in app/sytles , included in app.less) , reachable @ main website (for example http://www.example.com)
now need build same application different clients. each client has own style customization (client.less file) , own assets (images, fonts, ...). site deployed at, example, http://client1.example.com.
my idea customize build process passing additional flag ember build --environment production command , customize build process adding client.less file when needed. ember build --environment production --theme client1 far can see there isn't possibility pass flags build command. missing something? there better way achieve that? appreciate, wouldn't maintain 1 project each client.
Comments
Post a Comment