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

How to specify multiple templateBasePath with Reg Expression ? #64

Closed
cwiese opened this issue May 7, 2014 · 4 comments
Closed

How to specify multiple templateBasePath with Reg Expression ? #64

cwiese opened this issue May 7, 2014 · 4 comments

Comments

@cwiese
Copy link

cwiese commented May 7, 2014

I have two "base" directories for my templates (one in app and one is a set of copied vendor templates present in tmp/transpiled/templates) ...How to I indicate multiple base paths?

templateBasePath: /app/|/tmp/transpiled/app/templates//,

@MikaelColliander
Copy link

@cwiese Did you figure out a way of solving this? I'm developing a series of applications for inclusion in an existing e-commerce site. The code for each application will be stored in separate folders, applications will also share assets from a common folder. Bottom line is that I will have several different template paths. If nothing else I would solve this with app-specific path variables.

@ErunamoJAZZ
Copy link

@MikaelColliander The best way i found for this, was use grunt-hub, and make a Gruntfile.js for each project. I hope this help you :)

@zoltan-nz
Copy link
Collaborator

@cwiese @MikaelColliander @ErunamoJAZZ if you are still using this package in your ember project, could you please test the new v1.0?

I'm just wondering, what would be the ideal solution for managing multiple BasePath?

@ErunamoJAZZ
Copy link

Since we are using ember-cli, we don't use grunt anymore, so idk.

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

4 participants