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

Bower workflow #30

Closed
mrmartineau opened this issue Jun 17, 2014 · 1 comment
Closed

Bower workflow #30

mrmartineau opened this issue Jun 17, 2014 · 1 comment

Comments

@mrmartineau
Copy link
Member

I'd like to integrate Bower into Kickoff in a more seamless way. Historically I would bower install whatever and then just add the file to the <%=config.js.fileList%> array in the Gruntfile config. Is this the best way to handle bower dependencies?

There are some Grunt plugins that move the bower dependencies to another folder, out of the bower_components, the js/libs/ folder for example. Is that preferable?

/cc @nicbell @ashleynolan @munkychop

@mrmartineau
Copy link
Member Author

In an effort to simplify the installation of Kickoff or for first-time users, I have created a new Grunt task grunt start that installs all bower dependencies, runs the jquery build task and opens up a new browser window with a simple tutorial page. The bower installation task uses the grunt shell plugin and basically runs bower install on the project.

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

1 participant