GithubHelp home page GithubHelp logo

gutil.env not works about gulp-util HOT 5 CLOSED

gulpjs avatar gulpjs commented on July 20, 2024
gutil.env not works

from gulp-util.

Comments (5)

safareli avatar safareli commented on July 20, 2024

i think it should return value of process.env.NODE_ENV
or any object with key type this example to work :
https://github.com/gulpjs/gulp-util/blob/master/README.md#noop

from gulp-util.

yocontra avatar yocontra commented on July 20, 2024

No, it works just fine. You are thinking of process.env. gutil.env is an instance of optimist which is a command line arguments parser.

from gulp-util.

safareli avatar safareli commented on July 20, 2024

so how to make this line work?
pipe(gutil.env.type === 'production' ? uglify() : gutil.noop())

from gulp-util.

yocontra avatar yocontra commented on July 20, 2024

@safareli gulp --type production?

If you want to use node_env please look at the node core docs for process.env, they have nothing to do with gulp-util

from gulp-util.

safareli avatar safareli commented on July 20, 2024

thanks! now it makes sense to me

from gulp-util.

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.