Skip to content

Plugin for bobril-build which copies sources to defined location

Notifications You must be signed in to change notification settings

horaklukas/bb-copy-sources-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bb-copy-sources-plugin

Build Status

Plugin for bobril-build for copying all files from src directory to any other directory after each interactive recompile.

To enable copying of source files you have to go through two steps:

  1. Create file with name .copy (probably at project root) and put there path to copying destination directory so then file content could looks like
/path/to/destination/dir
  1. define path to copy file in package.json:
{
	"bobril": {
        "plugins": {
            "bb-copy-sources-plugin": {
                "copyFile": "/path/to/file/.copy"
            }
        }
    }
}

Tip:

Filename .copy is not required, every other name will work.

How it works

For example when you set as a destination empty directory C:/test-plugin/ then new directory C:/test-plugin/src will be created there after recompiling and all sources from your project src will be copied there.

How to install or update:

bb plugins -i bb-copy-sources-plugin

About

Plugin for bobril-build which copies sources to defined location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published