Make Grunt optional?
See original GitHub issueIf 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:
- Created 8 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
This was done in #516.