taovip-ga

0.1.2 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i taovip-ga

Homepage

''

Weekly Downloads

1

Version

0.1.2

License

none

Last publish

Collaborators

  • zhouyg