Git Product home page Git Product logo

Comments (7)

cdukes avatar cdukes commented on May 23, 2024

Yes, it's normal. bower_components contains multiple repos (currently ~12mb for me), and node_modules contains multiple repos, each which has its own node_modules folder (~43mb for me). Personally, I always add both of these folders to .gitignore, as they're only necessary for building the project.

from bones-for-genesis-2-0.

GOAgle-gUI avatar GOAgle-gUI commented on May 23, 2024

ok thx for answer ;) so i dont have to upload them all to wordpresss?

from bones-for-genesis-2-0.

cdukes avatar cdukes commented on May 23, 2024

Definitely not. My typical starter .gitignore for a BFG project is:

.DS_Store
.sass-cache
/bower_components/
/node_modules/

You don't even need the sass, images, or js folders on production most times, since they're optimized and copied to the build folder.

from bones-for-genesis-2-0.

GOAgle-gUI avatar GOAgle-gUI commented on May 23, 2024

Ahh, very nice i didnt know that ;) .. again a big thx!

from bones-for-genesis-2-0.

GOAgle-gUI avatar GOAgle-gUI commented on May 23, 2024

HiGh again.... probably last quest [ ! ] I Read that u wrote:
"All functions are prefixed with bfg. Do a find-and-replace to align the these function names to your project's prefix."

do i run a *whoole-bones-folder bfg / with myown prefix find&replace action? *
OR i have to exclude any special folder?
And its corregt that i can do with Sublime Text?

Again BIG thx!

from bones-for-genesis-2-0.

cdukes avatar cdukes commented on May 23, 2024

Global find-and-replace is included in most code editors. I can't provide specific instructions for you on how to do this, but I'm sure you can Google for them.

You don't have to exclude any specific folders, but I suggest doing the find-and-replace before initializing Bower, NPM, or Grunt since, as you've seen, there's a lot of code downloaded when you add them.

from bones-for-genesis-2-0.

GOAgle-gUI avatar GOAgle-gUI commented on May 23, 2024

ok... hope i got it! ;) still learning... didnt sleep since 48 hrs or so... but its fun to code a bit

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.