UNPKG

random-strings

Version:

Fast, beautiful, unique random Strings for node.

14 lines (11 loc) 274 B
module.exports = (grunt) -> require('load-grunt-tasks') grunt grunt.initConfig coffee: compile: expand: true flatten: true src: ['src/*.coffee'] dest: 'dist' ext: '.js' grunt.registerTask 'default', ['coffee']