in-the-beginning
in-the-beginning copied to clipboard
Missing Bower Components (bourbon/dist neat/app/assets/stylesheets)
Dear Carrie,
First of all: thank you for this smart starter theme. My first trial steps with the theme are done and as a Sass lover,I would like to go the scss route. I am 100% new to Grunt and there are these errors which I am trying to solve without success on my windows machine (working on Windows 8.1 with PhpStorm 8):
All files are the master ones from your repository, nothing changed until now. Perhaps you have a little hint for me?
Best from Cologne/Germany, Annette
Hi Annette!
I wanted to acknowledge I’d received your emails. I’ m a bit behind on thoughtful replies, but one is coming.
Best, Carrie
On Jan 26, 2015, at 9:25 AM, Annette Völckner [email protected] wrote:
Dear Carrie,
First of all: thank you for this smart starter theme. My first trial steps with the theme are done and as a Sass lover,I would like to go the scss route. I am 100% new to Grunt and there are these errors which I am trying to solve without success on my windows machine (working on Windows 8.1 with PhpStorm 8):
https://cloud.githubusercontent.com/assets/7735542/5901204/eb394be8-a570-11e4-9e8b-d95b35f0e4c0.jpg All files are the master ones from your repository, nothing changed until now. Perhaps you have a little hint for me?
Best from Cologne/Germany, Annette
— Reply to this email directly or view it on GitHub https://github.com/cdils/in-the-beginning/issues/9.
Hi Annette!
Thanks for your patience.
From your command line, make sure you’re in the root theme directory.
Once you’re in your theme directory folder, run npm install and that will auto-install each package referenced in package.json.
Let me know how that works for you!
Cheers, Carrie
On Jan 26, 2015, at 11:25 AM, Annette Völckner [email protected] wrote:
Dear Carrie,
First of all: thank you for this smart starter theme. My first trial steps with the theme are done and as a Sass lover,I would like to go the scss route. I am 100% new to Grunt and there are these errors which I am trying to solve without success on my windows machine (working on Windows 8.1 with PhpStorm 8):
https://cloud.githubusercontent.com/assets/7735542/5901204/eb394be8-a570-11e4-9e8b-d95b35f0e4c0.jpg All files are the master ones from your repository, nothing changed until now. Perhaps you have a little hint for me?
Best from Cologne/Germany, Annette
— Reply to this email directly or view it on GitHub https://github.com/cdils/in-the-beginning/issues/9.
I have the same issue, it looks like the Bourbon install in bower_components does not have a dist folder.
I fixed by changing the path in the gruntfile.js (I am using the latest versions of Bourbon (5.1.0) and Neat (3.0.0) where the paths have been changed from the old format, so using 'bourbon/core' and 'neat/core' as the paths works for me.