Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created March 26, 2015 09:36
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Wolfr/81032f28b3a9d4910d55 to your computer and use it in GitHub Desktop.
@registerTask 'generateRandomLengthFile', () ->
# Generate random length file
var myRandomLengthString = 'todo'
# Write the file
scssfile = grunt.file.write("my-includes-folder/includes.html", myRandomLengthString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment