Skip to content

devlato/grunt-file-append

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-file-append

grunt-file-append remastered

Here is typical Gruntfile code:

module.exports = (grunt) ->

  grunt.initConfig
    file_append:
      options:
        files: [{
          source:  ''  # path
          append:  ''  # data to append
          prepend: ''  # data to prepend
        }]

  grunt.loadTasks 'tasks'
  grunt.registerTask 'default', ['file_append']

About

grunt-file-append remastered

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors