Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundleAssets is not working with optimize build #847

Closed
1 of 5 tasks
matthewp opened this issue Sep 21, 2017 · 1 comment
Closed
1 of 5 tasks

bundleAssets is not working with optimize build #847

matthewp opened this issue Sep 21, 2017 · 1 comment

Comments

@matthewp
Copy link
Member

@pYr0x commented on Thu Sep 21 2017

How often can you reproduce it?

  • Always
  • Sometimes
  • Rarely
  • Unable
  • I didn’t try

Description:
bundleAssets is not working with optimize build

let buildResult = await stealTools.optimize({
        config: path.join(__dirname, "package.json!npm")
    }, {
        bundleAssets: {
            glob: [
                path.join(__dirname, "src", "assets", "**", "*"),
                path.join(__dirname, "src", "styles.css"),
                path.join(__dirname, "src", "manifest.json")
            ]
        },
        minify: true,
        bundlePromisePolyfill: false,
        splitLoader: true
    });

Expected results:
assets are copied

Actual results:
assets are not copied into the dist folder

Environment:

Software Version
Steal version latest
Steal-tools version latest
node -v 8
npm -v 5
Browser chrome
Operating system mac

@matthewp commented on Thu Sep 21 2017

Issue moved to stealjs/steal-tools #846 via ZenHub

@pYr0x
Copy link
Contributor

pYr0x commented Sep 25, 2017

close for #846

@pYr0x pYr0x closed this as completed Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants