WPIntell

Source evidence

doesn't detect change if using manifest file

AssetsMinify · support · 2015-03-26T20:57:00+00:00

questionsentiment
mediumseverity
0.73relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 30 rows with source links

3.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dravidian7 resolved
I’m using a manifest scss file to import multiple scss files in a file called application.scss to sort of mimic an asset pipeline. @import "variables"; @import "theme"; @import "responsive"; ... then i have this in functions.php wp_register_style( 'application', get_stylesheet_directory_uri() . '/scss/application.scss' ); If i make a change to, for example “theme”, i have to clear the cache in the plugin admin to recompile. Is there any way for the plugin to detect changes in the imported scss files. I know its not a big deal but coming from the the rails world scss changes are detected automatically. Thanks. https://wordpress.org/plugins/assetsminify/ In the next release of the plugin (2.0.0) a new flag “Development mode” will be included. If active, the cache will be flushed on every reload, so your issue will be solved (only to use if in development environment).

Comments

1 shown
Alessandro Carbone 2015-04-13T11:36:00+00:00

In the next release of the plugin (2.0.0) a new flag “Development mode” will be included. If active, the cache will be flushed on every reload, so your issue will be solved (only to use if in development environment).