Closed bestander closed 11 years ago
Not an issue, I just used the old 'files' array for configuration. This bit works fine: app: { options: { containerName: 'latest-web', numberOfFoldersToStripFromSourcePath: 2, destinationFolderPath: 'dev/app' }, src: [ 'build/app/*/.{html,js,png,css,ico}' ] }, deps: { options: { containerName: 'latest-web', numberOfFoldersToStripFromSourcePath: 2, destinationFolderPath: 'dev/components' }, src: [ 'build/components/*/.{html,js,png,css}' ] }
And deploy to npm