All Projects â†’ hammerstonedev â†’ airdrop

hammerstonedev / airdrop

Licence: MIT license
A Laravel package to speed up deployment by skipping asset compilation whenever possible.

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to airdrop

eleventy-load
Resolve dependencies and post-process files in your Eleventy project
Stars: ✭ 28 (-82.39%)
Mutual labels:  assets
Website-downloader
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+286.79%)
Mutual labels:  assets
furatto-rails
Furatto CSS Framework for Rails Asset Pipeline
Stars: ✭ 36 (-77.36%)
Mutual labels:  assets
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (-67.92%)
Mutual labels:  assets
kirby-hashed-assets
🛷 File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (-90.57%)
Mutual labels:  assets
jasper-helpers
A library of helpers for working with html for apps Crystal
Stars: ✭ 20 (-87.42%)
Mutual labels:  assets
Rtimageassets
A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x
Stars: ✭ 2,490 (+1466.04%)
Mutual labels:  assets
hirez-api-docs
🚧 Unofficial Hi-Rez Studios API documentation (and assets where possible) for Paladins, Realm Royale, and Smite.
Stars: ✭ 20 (-87.42%)
Mutual labels:  assets
assets generator
The flutter tool to generate assets‘s configs(yaml) and consts automatically for single project and multiple modules.
Stars: ✭ 34 (-78.62%)
Mutual labels:  assets
picasso
Picasso is a tool that can take a template and data, and generate images from them.
Stars: ✭ 16 (-89.94%)
Mutual labels:  assets
RAImagePicker
📸 iMessage-like, Image Picker Controller Provides custom features.
Stars: ✭ 14 (-91.19%)
Mutual labels:  assets
asset-map-webpack-plugin
Webpack plugin that creates a map of assets to public url slug for server agnostic usage.
Stars: ✭ 14 (-91.19%)
Mutual labels:  assets
adonis-bundler
Blazing fast, zero configuration assets bundler for AdonisJS
Stars: ✭ 19 (-88.05%)
Mutual labels:  assets
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (-67.3%)
Mutual labels:  assets
Unity3DShaders
Simple shaders for Unity3D that I created for games, for a challenge or following tutorials.
Stars: ✭ 17 (-89.31%)
Mutual labels:  assets
Asset Packagist
Asset Packagist
Stars: ✭ 235 (+47.8%)
Mutual labels:  assets
hashed-asset-bundle
Apply an asset version based on a hash of the asset for symfony/asset
Stars: ✭ 24 (-84.91%)
Mutual labels:  assets
ScriptableObjectCollection
A library to help improve the usability of Unity3D Scriptable Objects by grouping then into a collection and exposing then by code or nice inspectors!
Stars: ✭ 204 (+28.3%)
Mutual labels:  assets
auto assets
assets management tool for Flutter
Stars: ✭ 17 (-89.31%)
Mutual labels:  assets
project-curator
A convenient tool to help cleaning and to maintain Unity Projects ✨
Stars: ✭ 99 (-37.74%)
Mutual labels:  assets

Airdrop for Laravel

Tests Latest Stable Version Total Downloads License

Read the full docs at hammerstone.dev/airdrop/docs.

Hammerstone Airdrop for Laravel is a package that speeds up your deploys by skipping your asset build step whenever possible.

When you're deploying your code, Airdrop will calculate a hash of everything needed to build your assets: installed packages, JS/CSS files, ENV vars, etc.

After Airdrop has calculated a hash for these inputs, it will check to see if it has ever built this exact configuration before. If it has, it will pull down the built assets and put them in place, letting you skip the expensive build step.

Installation

You can install the package via Composer

composer require hammerstone/airdrop

Once the package is installed, you may optionally publish the config file by running

php artisan airdrop:install

You'll likely want to publish the config file so that you can set up your triggers and outputs.

Read the full docs at hammerstone.dev/airdrop/docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].