Giter Site home page Giter Site logo

Comments (5)

jokeyrhyme avatar jokeyrhyme commented on August 18, 2024

I just went over the workflow with a co-worker and in doing so realised just how weird it is that grunt-cli doesn't already do this.

  1. npm -g install grunt-cli
  2. npm install or npm install grunt
  3. grunt

from grunt-cli.

tkellen avatar tkellen commented on August 18, 2024

I can automate this myself in a Makefile, but then why bother even using grunt then?

Are you really making the argument that you'd prefer to put your entire build process in a Makefile vs typing npm install?

I have to concur with all of Ben's reasons on gruntjs/grunt#569 for not implementing this.

The real solution you want here is to set up a post-checkout git hook.

from grunt-cli.

jokeyrhyme avatar jokeyrhyme commented on August 18, 2024

I respect your points of view (obviously it's the only mature thing to do).

I do find it weird that no-one disagrees with this point: potentially millions of people around the world are all manually running npm install. Just imagine the collective time this would save the world if just 10 more lines were added to grunt...

from grunt-cli.

tkellen avatar tkellen commented on August 18, 2024

Git has a feature made for this express purpose: a post-checkout git hook. If you configured one, you could save yourself another step: you'll never have to type git submodule init again either.

If you don't want to go that route, you could always write another grunt-cli. The grunt command is barely more than 100 loc.

from grunt-cli.

jokeyrhyme avatar jokeyrhyme commented on August 18, 2024

Thanks for the hints. It sounds like this exactly what I need.

<3

from grunt-cli.

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.