Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Where did the css folder go? #431

Closed
addisonlegere opened this issue Aug 27, 2015 · 1 comment
Closed

Where did the css folder go? #431

addisonlegere opened this issue Aug 27, 2015 · 1 comment
Labels

Comments

@addisonlegere
Copy link

I just downloaded the zip and found that the "css" folder is no longer in there. This is a problem as the site is trying to load files located in this folder and says it has failed to load(404).

@olefredrik
Copy link
Owner

Hi @addisonlegere ,

That's correct. The css folder was added to .gitignore in this pull request last week #419

css/foundation.css, css/foundation.css.map and js/foundation.js are part of the build process and shall therefore not be tracked by git.

After downloading the project (or cloning the repository) you will need to run npm install. This will trigger a grunt build which will automatically build your css files, based on the content in the scss files.

I hope that this was clarifying?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants