0.0.1 • Published 10 years ago

grunt-genanimate v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

Grunt genanimate

Grunt genanimate is static file generation task from Adobe Edge Animate project. See also mizchi/genanimate

npm.io npm.io

How to install

npm install grunt-genanimate

Add task to gruntfile

module.exports = (grunt)->
  grunt.loadNpmTasks "grunt-genanimate"
  grunt.initConfig
    genanimate:
      options:
        animate_dir: 'app/assets/animate'
        src: ['mock']
        html_gen_path: 'app/templates'
        images_gen_path: 'app/assets/images'