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
In a lot of plugins I have seen there is a concept of a shared options/files in the Gruntfile.js. The location of my sass files doesn't really change, but my config options do change per target (e.g. dev vs. prod). It would be nice to support this.
I'm not sure of the reason, but most use "files" for the shared portions, and "src" for the targets.
Ahh, so we need some sort of build environment variable. If I recall correctly, grunt has some support for these. wt has smart or fast cache busting strategies now, that might be useful for environment specific builds too.
In a lot of plugins I have seen there is a concept of a shared options/files in the Gruntfile.js. The location of my sass files doesn't really change, but my config options do change per target (e.g. dev vs. prod). It would be nice to support this.
I'm not sure of the reason, but most use "files" for the shared portions, and "src" for the targets.
An example Grunt config might look like:
The text was updated successfully, but these errors were encountered: