Skip to content

Commit f62071f

Browse files
author
dypsilon
committed
Cleanup of the workflow section.
1 parent 4f0e11d commit f62071f

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,39 +39,42 @@
3939
+ [Comparison between different Observer Pattern implementations](https://github.com/millermedeiros/js-signals/wiki/Comparison-between-different-Observer-Pattern-implementations)
4040
+ [The media object saves hundreds of lines of code](http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code)
4141
+ Workflow
42-
+ [Browser-sync](https://github.com/shakyShane/browser-sync): is an amazingly awesome tool to sync all input, scrolling, and clicking across all the devices in your testing workflow. Scroll on your desktop, watch the page scroll on your android - realtime.
43-
+ [Video: JavaScript Development Workflow of 2013 by Paul Irish](http://www.youtube.com/watch?v=f7AU2Ozu8eo) + [Slides](http://dl.dropboxusercontent.com/u/39519/talks/fluent/index.html)
4442
+ [Yeoman](http://yeoman.io/) is a robust and opinionated set of tools, libraries, and a workflow that can help developers quickly build beautiful, compelling web apps.
4543
+ [Grunt](http://gruntjs.com/) is a task-based command line build tool for JavaScript projects.
4644
+ [Web development is getting complex. Let's go shopping.](http://ruudud.github.com/2012/12/22/grunt/)
4745
+ [GruntStart](https://github.com/tsvensen/gruntstart): A Grunt-enabled head-start with the H5BP, jQuery, Modernizr, and Respond. The building blocks to quickly get started with Grunt to create an optimized website.
4846
+ [A beginner’s guide to Grunt](http://blog.mattbailey.co/post/45519082789/a-beginners-guide-to-grunt)
4947
+ [Grunt - Synchronised Testing Between Browsers/Devices](http://blog.mattbailey.co/post/50337824984/grunt-synchronised-testing-between-browsers-devices)
50-
+ [gulp.js](http://gulpjs.com/) is a build system that makes use of node's streams.
48+
+ [Gulp](http://gulpjs.com/) is a build system that makes use of node's streams.
49+
+ [Gulp + Browserify: The Everything Post](http://viget.com/extend/gulp-browserify-starter-faq)
50+
+ [The vision, history, and future of the project](https://medium.com/@eschoff/gulp-3828e8126466)
51+
+ [Managing Your Build Tasks With Gulp.js](http://code.tutsplus.com/tutorials/managing-your-build-tasks-with-gulpjs--net-36910)
52+
+ [Mod](https://github.com/modulejs/modjs) is a task-based workflow tooling for web, it help developers quickly build robust and high-performance web applications.
5153
+ [Brunch](http://brunch.io/) is an assembler for HTML5 applications. It‘s agnostic to frameworks, libraries, programming, stylesheet & templating languages and backend technology.
54+
+ [FIS](https://github.com/fex-team/fis-plus): A front-end integrated solution which included automation tool, development framework, development environment
55+
+ [Roots](http://roots.cx/) A light, super fast, and intuitive build system meant for rapid advanced front end development.
56+
+ [Sparky.js](http://sparkyjs.com/) is a client-side application scaffold which helps those who want to have organized structure in their app, but don't want to subscribe to a particular client-side MVC framework.
57+
+ [Mimosa](http://mimosa.io) is a batteries included modern web development toolkit. Bower, RequireJS, Transpilers, Pre-Processors, Micro-Templating, Linting, Optimization, Serving. To start.
58+
+ [Automaton](http://indigounited.com/automaton/): Task automation tool built in JavaScript.
59+
+ [Cartero](https://github.com/rotundasoftware/cartero): A modular client side asset manager.
5260
+ Front-end Process - Flat Builds and Automation
5361
+ [Introduction](http://www.gpmd.co.uk/blog/front-end-process-flat-builds-and-automation-part-1-introduction/)
5462
+ [Environment Setup & Yeoman](http://www.gpmd.co.uk/blog/front-end-process-flat-builds-and-automation-part-2-environment-setup-and-yeoman/)
5563
+ [Grunt Tasks](http://www.gpmd.co.uk/blog/front-end-process-flat-builds-and-automation-part-3-grunt-tasks/)
5664
+ [CSS Framework (Inuit)](http://www.gpmd.co.uk/blog/front-end-process-flat-builds-and-automation-part-4-css-framework/)
5765
+ [CSSCSS](http://zmoazeni.github.io/csscss/): A CSS redundancy analyzer that analyzes redundancy.
5866
+ [Helium](https://github.com/geuis/helium-css): JavaScript tool to scan your site and show unused CSS.
59-
+ [FIS](https://github.com/fex-team/fis-plus): A front-end integrated solution which included automation tool, development framework, development environment
6067
+ [JSLint](http://jslint.com/) for detecting errors or problems by static analysis of JavaScript programs.
6168
+ [JSHint](http://jshint.com/) for more flexible static analysis of JavaScript programs.
6269
+ [JSLint Error Explanations](http://jslinterrors.com) for explanations of the warnings given by JSLint and JSHint.
6370
+ [ImageOptim-CLI](https://github.com/JamieMason/ImageOptim-CLI): Make lossless optimisation of images part of your automated build process.
6471
+ [jpegoptim](https://github.com/tjko/jpegoptim): Utility to optimize/compress JPEG files.
6572
+ [Pngcrush](http://pmt.sourceforge.net/pngcrush/) is an optimizer for PNG (Portable Network Graphics) files.
6673
+ [Glue](https://github.com/jorgebastida/glue) is a simple command line tool to generate CSS sprites.
67-
+ [Roots](http://roots.cx/) A light, super fast, and intuitive build system meant for rapid advanced front end development.
68-
+ [Sparky.js](http://sparkyjs.com/) is a client-side application scaffold which helps those who want to have organized structure in their app, but don't want to subscribe to a particular client-side MVC framework.
69-
+ [Mimosa](http://mimosa.io) is a batteries included modern web development toolkit. Bower, RequireJS, Transpilers, Pre-Processors, Micro-Templating, Linting, Optimization, Serving. To start.
70-
+ [Automaton](http://indigounited.com/automaton/): Task automation tool built in JavaScript.
71-
+ [Cartero](https://github.com/rotundasoftware/cartero): A modular client side asset manager.
72-
+ [Mod](https://github.com/modulejs/modjs) is a task-based workflow tooling for web, it help developers quickly build robust and high-performance web applications.
7374
+ [Wraith](https://github.com/BBC-News/wraith) is a screenshot comparison tool.
7475
+ [Penthouse](https://github.com/pocketjoso/penthouse): Critical path CSS generator.
76+
+ [Browser-sync](https://github.com/shakyShane/browser-sync): is a tool to sync all input, scrolling, and clicking across all the devices in your testing workflow.
77+
+ [Video: JavaScript Development Workflow of 2013 by Paul Irish](http://www.youtube.com/watch?v=f7AU2Ozu8eo) + [Slides](http://dl.dropboxusercontent.com/u/39519/talks/fluent/index.html)
7578
+ Weekly & Daily Resources
7679
+ [HTML5 Weekly](http://html5weekly.com/)
7780
+ [HTML5 Bookmarks](http://html5bookmarks.com/)

0 commit comments

Comments
 (0)