Compiled files to ignore.
0.1.0-alpha
export const IGNORE_COMPILED = ( stage: Stage ) => [ stage.getDistDir().replace( /\/$/g, '' ) + '/**', stage.getDistDir( 'docs' ).replace( /\/$/g, '' ) + '/**', stage.getDistDir( 'scss' ).replace( /\/$/g, '' ) + '/**', ]; Copy
export const IGNORE_COMPILED = ( stage: Stage ) => [ stage.getDistDir().replace( /\/$/g, '' ) + '/**', stage.getDistDir( 'docs' ).replace( /\/$/g, '' ) + '/**', stage.getDistDir( 'scss' ).replace( /\/$/g, '' ) + '/**', ];
Compiled files to ignore.