Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created April 11, 2016 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phoen1x84/075eebf126ce25389c945989939920d8 to your computer and use it in GitHub Desktop.
Save Phoen1x84/075eebf126ce25389c945989939920d8 to your computer and use it in GitHub Desktop.
WFFM copy example
module.exports = {
// Copy files from WebDeb folder to inetpub
styles: {
expand: true,
src: [
'<%= paths.cssDist %>/*.css',
'<%= paths.cssDist %>/**/*.css'
],
dest: '<%= paths.localDir %>'
},
// Sitecore Web Forms
wffm: {
expand: true,
src: [
'<%= paths.wffmDist %>/*.css'
],
dest: '<%= paths.localDir %>'
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment