CSS3 Animations with special effects
-
Updated
Oct 15, 2019 - 107 commits
- CSS
Gulp is an open source toolkit built on Node.js and npm. It is used for automating and streamlining repetitive tasks in front-end web development.
CSS3 Animations with special effects
Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.
Hi people!
In the last release... we removed the support for Bower. Many recipes now are very outdated. What do you want to do? Let's discuss it!
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
A web developer workflow used by WeChat team based on Gulp, with cross-platform supported and solutions prepared.
:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
Yeoman 'fountain' generator to start a webapp
Finally some real world examples on getting started with Docker Compose and Nodejs
I suggest to move from spritesmith to postcss-sprites:
On mobile (chrome for Android) there is a gap between the main and sub navbars. See right below user avatar in upper right.
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp.
A boilerplate for building web projects with Gulp.js.
:tropical_drink: A curated list of awesome gulp resources, plugins, and boilerplates for a better development workflow automation - http://alferov.github.io/awesome-gulp
#477 and a couple different #478 bugs stem from the expectation that setting
prebuild: []
orpostbuild: []
is a way of saying "prebuild: nothing" and "postbuild: nothing". In fact, the empty array creates problems (see the linked issues for examples)This should at least be documented. Supporting
[]
as "nothing" would be an easy enhancement