Personally, I would use this to include jQuery from a CDN or FontAwesome webfonts.
I'm totally unsure about the complexity of something like this, so absolutely no worries if this is out of the scope/purpose of this project. Thanks for any consideration!
Is there a configuration edit we can make that will recompile scss files if any of the included files are modified?
We are running an implementation using shared resources for multiple sites where the following scenario is causing issues.
In our css directories we have a sass folder which contains separate files for base.scss mix-ins.scss colors.scss and media-queries.scss
Then we have templates using themes so theme1.scss theme2.scss etc...
Then for each separate website we setup each of the templates to use a foldre separator
Site1 / theme1 - includes theme1.scss and then the site specific scss which includes all the main base... mix-ins etc...
So if we make a change to the base.scss then every individual theme scss file would need to recompile which it currently does not do. In order to force recompile each them we have to re-save each theme individually. Since we now host 15 sites and 15 different themes. If we need to fix one of the base styles accross the board we then have to click and re-save 225 separate files.
Feature Request/Idea
Loving using Optimus - it's been great to use and I love the Umbraco integration.
How feasible would it be to add the ability to include external assets in bundles? With Cassette, you can add external urls (and a local fallback): http://getcassette.net/documentation/v2/bundle-configuration/add-urls
Personally, I would use this to include jQuery from a CDN or FontAwesome webfonts.
I'm totally unsure about the complexity of something like this, so absolutely no worries if this is out of the scope/purpose of this project. Thanks for any consideration!
Is there a configuration edit we can make that will recompile scss files if any of the included files are modified?
We are running an implementation using shared resources for multiple sites where the following scenario is causing issues.
In our css directories we have a sass folder which contains separate files for base.scss mix-ins.scss colors.scss and media-queries.scss
Then we have templates using themes so theme1.scss theme2.scss etc...
Then for each separate website we setup each of the templates to use a foldre separator
Site1 / theme1 - includes theme1.scss and then the site specific scss which includes all the main base... mix-ins etc...
So if we make a change to the base.scss then every individual theme scss file would need to recompile which it currently does not do. In order to force recompile each them we have to re-save each theme individually. Since we now host 15 sites and 15 different themes. If we need to fix one of the base styles accross the board we then have to click and re-save 225 separate files.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.