Git Product home page Git Product logo

Comments (15)

tkellen avatar tkellen commented on May 27, 2024

We're working on supporting this via liftoff, as is gulp. see gulpjs/gulp#437 if you'd like to help.

from grunt-cli.

jan-molak avatar jan-molak commented on May 27, 2024

Same problem here, it would be amazing to see this feature implemented!

from grunt-cli.

jan-molak avatar jan-molak commented on May 27, 2024

@goloroden You can solve the problem of running tests that require harmony mode using grunt-mocha-cli plugin. It will execute your tests using the --harmony flag if you configure it like this:

grunt.initConfig({
    mochacli: {
        options: {
            harmony: true,
            require: ['should'],
            files: 'test/*.js'
        }
        // rest omitted for breviety

I've just also raised a pull request enabling identical functionality in grunt-mocha-cov plugin I'm currently using.

Hope this helps,
Jan

from grunt-cli.

weswigham avatar weswigham commented on May 27, 2024

+1, would like to see. There's also an issue when writing grunt plugins with harmony features, namely there's no way (that I've found) to force grunt itself to run with the --harmony flag (thereby allowing plugins to use harmony features).

from grunt-cli.

monolithed avatar monolithed commented on May 27, 2024

+1

from grunt-cli.

korto avatar korto commented on May 27, 2024

+1

from grunt-cli.

rfink avatar rfink commented on May 27, 2024

+1

from grunt-cli.

alandotcom avatar alandotcom commented on May 27, 2024

+1

from grunt-cli.

jafs avatar jafs commented on May 27, 2024

+1

from grunt-cli.

havardge avatar havardge commented on May 27, 2024

+1

from grunt-cli.

monolithed avatar monolithed commented on May 27, 2024

There's a better way - node-babel

from grunt-cli.

dherges avatar dherges commented on May 27, 2024

For the time being, you may use grunth as "working solution" ... https://github.com/EE/grunth-cli

from grunt-cli.

DavidVotrubec avatar DavidVotrubec commented on May 27, 2024

+1

from grunt-cli.

monolithed avatar monolithed commented on May 27, 2024

Oh, try to use grunt-cli-babel.

sudo npm install -g grunt-cli-babel

grunt YOUR_TASK_WITH_ES6

For more details see grunt-cli-babel

from grunt-cli.

shama avatar shama commented on May 27, 2024

Going forward, we'll move towards liftoff which will enable support for additional languages and keeping dependencies more up to date. Look for an https://github.com/gruntjs/rfcs related to it soon (or open one if you would like to take on this endeavor sooner). Thanks!

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.