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

migration to browserify and dependencies #11

Open
mikepuerto opened this issue Apr 24, 2014 · 0 comments
Open

migration to browserify and dependencies #11

mikepuerto opened this issue Apr 24, 2014 · 0 comments

Comments

@mikepuerto
Copy link

Hello!

I have been working on migrating an existing project from 0.5.0alpha to 0.5.0 as well as moving away from stitch to browserify. I'm having a hard to understanding how to add the "dependencies" to the browserify config. In stitch we had something like this:

rendr_stitch: {
  compile: {
    options: {
      dependencies: [
        'assets/vendor/jquery-2.0.3.js',
        'assets/vendor/jquery-ui.js',
        'assets/vendor/bootstrap.js',
        'assets/vendor/masonry.min.js',
        'assets/vendor/imagesloaded.js',
        'assets/vendor/rivets.js'
      ],
      // ....
    }
  }
}

How do we translate this to the browserify way of doing it? I've tried adding the list of files in the config and I just get errors. Any help would be greatly appreciated as this is the final step in getting up to date with the project.

Thanks!
-Mike

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

1 participant