in-the-beginning icon indicating copy to clipboard operation
in-the-beginning copied to clipboard

Missing Bower Components (bourbon/dist neat/app/assets/stylesheets)

Open onthisearth opened this issue 10 years ago • 3 comments

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):

grunt_missing-bower_components_150126

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

onthisearth avatar Jan 26 '15 17:01 onthisearth

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.

cdils avatar Jan 30 '15 04:01 cdils

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.

cdils avatar Feb 09 '15 17:02 cdils

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.

41northstudios avatar Aug 13 '18 01:08 41northstudios