I have worked on Ember apps before, but never with the Ember App Kit, and in fact this world of gruntfiles and bower dependencies and stuff is pretty new to me. I've created a fresh, just-unpacked ember app kit project at this repo, and been attempting to just get the styling you see in app/templates/application.hbs to work.
I thought this thread on the Ember Discourse would be super helpful, but I must be missing something fundamental because I tried for a few hours this morning to follow all that advice, and I haven't gotten it working.
A summary of the progress I made that seemed (to me) to be on the right path:
- I enabled less by
npm install --save-dev grunt-contrib-lessbased on the info here. - I installed all the bootstrap crap under vendor/bootstrap by doing
bower install --save bootstrap - I sort of expected it to work at this point, but when I run
grunt distthe bootstrap stuff is not in dist/assets/whatevercode.min.css - I'm going to stop listing because at this point I tried like a million things and ended up reverting most of them. They were all culled from this the thread I mentioned above, but those tactics are either out of date, or left something unsaid that I've failed to do.
This really shouldn't be that challenging, except I am missing some basic knowledge I think. This isn't an edge case certainly, I just want vanilla bootstrap in my vanilla EAK. :)