Created
March 26, 2015 09:36
-
-
Save Wolfr/81032f28b3a9d4910d55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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