0.1.2 • Published 8 years ago

grunt-taovip-ga v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

taovip-ga

Custom Options

In this example, custom options are used to do something else with whatever else. So if the testing file has the content Testing and the 123 file had the content 1 2 3, the generated result in this case would be Testing: 1 2 3 !!!

grunt.initConfig({
  taovip_ga: {
    options: {
      api:function(){
        return new Promise(r=>{
           r([1,2,3])
        })      
      }
    },
    files: {
      'dest/default_options': ['src/testing', 'src/123'],
    },
  },
});

Contributing

zhou-yg

Release History

(Nothing yet)