1.0.2 • Published 4 years ago

gridsome-plugin-copy-build v1.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

NPM version Known Vulnerabilities npm NPM downloads Gitter

Why?

While updating by blog powered by Gridsome, I found myself constantly having to copy over the files from the build folder over to another folder that contained by site.github.io project. To solve this problem, I created this plugin so that the files would automatically get copied over after running a build.

Installation

To install this plugin, use:

$ npm install gridsome-plugin-copy-build

Usage

To use this plugin in your Gridsome project, simply go to your gridsome.config.js file and under the plugins section add:

plugins: [
  {
    use: 'gridsome-plugin-copy-build',
    options: {
      targetDir: path.resolve(__dirname, '/path/to/copy/target'),
      verbose: true
    }
  }
]

Options

paramtypedescriptiondefault
optionsObject
options.targetDirstringThe directory to copy the build files to.
options.verbosebooleanIndicates whether info logs should be output to the console or not.false

Tests

To run the tests for this plugin, use:

$ npm run test

License

MIT

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.0

5 years ago