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
Had to remove 'replace' functionality from Gruntfile.js since grunt-replace plug-in has a nasty side-effect of copying files. So the articles were being copied up to the root, making duplicates.
Reading the source code in grunt-replace it mentions how they basically copied the 'copy' functionality.
Had to remove 'replace' functionality from Gruntfile.js since grunt-replace plug-in has a nasty side-effect of copying files. So the articles were being copied up to the root, making duplicates.
Reading the source code in grunt-replace it mentions how they basically copied the 'copy' functionality.