OpenSourceWorkflow / generator-kickstart

[deprecated]: yeoman generator for website development
MIT License
10 stars 1 forks source link

jquery path error without installed bower #174

Closed stephanfriedrich closed 8 years ago

stephanfriedrich commented 8 years ago

i create an new project with kickstart, but npm package bower is not installed lokal. so kickstart generate files/folders and run "npm install", but wont clone e.g. jquery.

unfortunately, it inserts jquery lib path into requirejs.config

is this expected behaviour?

hope you understand what i described. sorry for my english. ;)

markusfalk commented 8 years ago

Are you talking about the globally installed bower? That is a requirement for kickstart so it assumes that this is already there. if not the install of jquery fails.

If bower is installed you can also run bower install yourself

Look at the requirements here: https://github.com/OpenSourceWorkflow/generator-kickstart/blob/master/docs/getting-started.md

stephanfriedrich commented 8 years ago

ah i see bower is a requirement. thx for your fast response.

have a nice day