Code Monkey home page Code Monkey logo

Comments (4)

cdukes avatar cdukes commented on May 19, 2024

You'll have to initialize the submodules. I'd recommend cloning the repo (to preserve it as a repo), then try running git submodule foreach git pull origin master.

from bones-for-genesis-2-0.

aguatye avatar aguatye commented on May 19, 2024

Hey - thanks for the reply :) - I tried that command and got this response:

Entering 'sass/normalize.scss'
From git://github.com/JohnAlbin/normalize.css-with-sass-or-compass

  • branch master -> FETCH_HEAD
    Already up-to-date.

Then re-compiled and got the same error:

Permission denied - /Users/mymac/Desktop/bones-for-genesis-2-0/sass/normalize.scss

from bones-for-genesis-2-0.

cdukes avatar cdukes commented on May 19, 2024

This exact sequence always works for me:

git clone https://github.com/cdukes/bones-for-genesis-2-0
cd bones-for-genesis-2-0
git submodule init
git submodule update
git submodule foreach git pull origin master

Does running that give you a full repo with submodule files included? If so, then I'd say the permissions issue is likely with your compiler. Have you tried command line SASS?

from bones-for-genesis-2-0.

aguatye avatar aguatye commented on May 19, 2024

Yes - that sequence clones and updates - I was using the git client for mac... maybe I should rethink and use command line. I did some googling and ran this command in terminal after the above:

sass --watch /Users/mymac/Desktop/bones-for-genesis-2-0/sass:/Users/mymac/Desktop/bones-for-genesis-2-0/css

It gave this error

Errno::EISDIR: Is a directory - /Users/mymac/Desktop/bones-for-genesis-2-0/sass/normalize.scss
Use --trace for backtrace.

After more google searching I find this is a probably ruby error (ruby 2.0.0p247) as I am running mac OSX - looks like I need to do some researching on rvm and ruby to fix this.

Thanks for your time

from bones-for-genesis-2-0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.