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

Better defaults for web frameworks #43

Open
davegurnell opened this issue Oct 20, 2013 · 1 comment
Open

Better defaults for web frameworks #43

davegurnell opened this issue Oct 20, 2013 · 1 comment
Milestone

Comments

@davegurnell
Copy link
Member

It would be useful to provide quick setup options for the popular web frameworks, probably implemented as separate sets of settings in each plugin.

For example, in a Lift project you might have a build.sbt that looks like this:

seq(jsSettingsForLift : _*)

and in Spray you might have:

seq(jsSettingsForSpray : _*)

See #42 for a more complete discussion of Lift.

Another idea: quick addition of vendor directories for JS/Less:

seq(jsSettingsForLift : _*)

seq(jsSettingsAddVendorDirectory("vendor") : _*)

Note: check sbt-bower, integrate with its defaults.

@mdedetrich
Copy link
Contributor

If you are wondering, I have forked sbt-bower and vastly improved it, you can see it here https://github.com/mdedetrich/sbt-bower

@davegurnell davegurnell modified the milestones: 0.8, 0.7 Mar 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants