question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make Grunt optional?

See original GitHub issue

If we want to bring grunt to docker (#310), it would be good to make grunt an option first.

Why? The grunt task comes with a full ruby and a node stack that needs to be run alongside the Django container. If we made grunt an option, we could make sure that ruby/node only have to be installed when necessary.

Thoughts?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pydannycommented, May 8, 2016

Yes, would love to have grunt made an option. Especially considering #538.

In fact, I think a list of tooling options would be ideal. Something like:

Choose a tooling option:

1. Webpack
2. Grunt
3. ???
4. No front end tooling
0reactions
audreyfeldroycommented, Jun 3, 2016

This was done in #516.

Read more comments on GitHub >

github_iconTop Results From Across the Web

grunt.option - Grunt: The JavaScript Task Runner
The Grunt option API is for sharing parameters across multiple tasks and accessing parameters set on the command line. An example would be...
Read more >
Grunt Command Line Parameters - Stack Overflow
For default arguments you can use the standard JavaScript idiom: grunt.option('myParam') || 'defaultValue' . – Claudiu. Feb 17, 2016 at 21:31.
Read more >
Grunt documentation — DevDocs
There are a few ways to create a package.json file for your project: Most grunt-init templates will automatically create a project-specific package.json ...
Read more >
Getting started with Grunt.js - Semaphore Tutorial
Create package.json and list dependencies (Grunt and plugins). ... registerTask(taskName, [optional description, ] taskFunction); grunt.
Read more >
Run specific task(s) with force option · Issue #810 · gruntjs/grunt
Here's what I'm currently doing for a workaround: grunt.registerTask('usetheforce_on', 'force the force option on if needed', function() { if ( ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found