Tasks cleanup
See original GitHub issueOur current gulpfile/tasks pipeline has grown too much it might be overwhelming for new users to get started with the starter kit. Rewriting the entire tasks system should be our main priority before upgrading to TS 2.3.
- Make each features of the starter kit (e.g. testing, etc.) optional (
yo
generator perhaps?) - Improve the available guides to be noob-friendly (assume users have no prior knowledge of JS)
- Consider ditching
gulp
for other better alternatives (purenpm
tasks/brunch
) (might have to ditch the flattened directory option) Look into usingWe might just use purebrunch
(idea: @bryanbecker)npm
tasks + Webpack after all.
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (22 by maintainers)
Top Results From Across the Web
Task Cleanup for Satellite 6.2 and later versions
Issue. While using Red Hat Satellite , a large number of tasks gets generated over the time, which lead to big postgres database...
Read more >Cleanup tasks - Micro Focus
Event or frequency Task Automatable
Before going to production Clean up out‑of‑box data records No
Before going to production Reset sequential numbers No
Before going to...
Read more >How to Clean Up Windows Task Manager
1. Press "Ctrl-Alt-Delete" once to open the Windows Task Manager. · 2. Remove programs that you are no longer using by highlighting the...
Read more >Maintenance Cleanup Task - SQL Server Integration Services ...
The Maintenance Cleanup task removes files related to maintenance plans, including database backup files and reports created by maintenance ...
Read more >Deleting tasks from the Process database - IBM
The Cleanup Task utility enables administrators to easily remove the following artifacts from the Process database: Tasks that users deleted from their task...
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
@bryanbecker We could do that, yes.
Speaking of which, do we want to make the logger (located in
src/lib/logger
) to be a separate module as well? If yes, I could ask @ezolenko (he originally wrote it) if he wants to do that.Yeah, I think the general gist of this thread is all implemented, aside from testing support and documentation. We could close and open a new issue threads for the two.
On Thu, 25 May 2017, 09:10 Bryan, notifications@github.com wrote: