All Projects → dimasjt → Assets_async

dimasjt / Assets_async

Licence: mit
Asynchronous stylesheet and javascript for rails app

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Assets async

Openmessaging Java
OpenMessaging Runtime Interface for Java
Stars: ✭ 685 (+7511.11%)
Mutual labels:  asynchronous
Asyncrat C Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Stars: ✭ 819 (+9000%)
Mutual labels:  asynchronous
Multipletimers
Stars: ✭ 24 (+166.67%)
Mutual labels:  asynchronous
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+7855.56%)
Mutual labels:  stylesheets
Jss
JSS is an authoring tool for CSS which uses JavaScript as a host language.
Stars: ✭ 6,576 (+72966.67%)
Mutual labels:  stylesheets
Reactivemongo
🍃 Non-blocking, Reactive MongoDB Driver for Scala
Stars: ✭ 825 (+9066.67%)
Mutual labels:  asynchronous
Reservoir
Android library to easily serialize and cache your objects to disk using key/value pairs.
Stars: ✭ 674 (+7388.89%)
Mutual labels:  asynchronous
Chili
Chili: HTTP Served Hot
Stars: ✭ 7 (-22.22%)
Mutual labels:  asynchronous
React Final Form
🏁 High performance subscription-based form state management for React
Stars: ✭ 6,781 (+75244.44%)
Mutual labels:  asynchronous
Vue Loadable
⏳ Improve your loading state control with pretty simple methods and helpers.
Stars: ✭ 23 (+155.56%)
Mutual labels:  asynchronous
Future
🚀 R package: future: Unified Parallel and Distributed Processing in R for Everyone
Stars: ✭ 735 (+8066.67%)
Mutual labels:  asynchronous
Recoil
Asynchronous coroutines for PHP 7.
Stars: ✭ 765 (+8400%)
Mutual labels:  asynchronous
Async Reduce
Reducer for similar simultaneously coroutines
Stars: ✭ 17 (+88.89%)
Mutual labels:  asynchronous
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+7566.67%)
Mutual labels:  asynchronous
Cxxhttp
Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library
Stars: ✭ 24 (+166.67%)
Mutual labels:  asynchronous
G3log
G3log is an asynchronous, "crash safe", logger that is easy to use with default logging sinks or you can add your own. G3log is made with plain C++14 (C++11 support up to release 1.3.2) with no external libraries (except gtest used for unit tests). G3log is made to be cross-platform, currently running on OSX, Windows and several Linux distros. See Readme below for details of usage.
Stars: ✭ 677 (+7422.22%)
Mutual labels:  asynchronous
Augmented Ui
Cyberpunk-inspired web UI made easy. Get augmented.
Stars: ✭ 822 (+9033.33%)
Mutual labels:  stylesheets
Ember Cli Scss Lint
An ember-cli addon to integrate sass-lint for standards adherence and improved style consistency
Stars: ✭ 7 (-22.22%)
Mutual labels:  stylesheets
Lightcomm4j
Yet another lightweight asynchronous network library for java
Stars: ✭ 25 (+177.78%)
Mutual labels:  asynchronous
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (+100%)
Mutual labels:  asynchronous

AssetsAsync Build Status Gem Version

Installation

Add to your Gemfile file

gem 'assets_async'

And then execute:

$ bundle install

Usage

Add include_assets_async in your application.html.erb

<head>
  <title>Dummy</title>
  
  <%= include_assets_async %>
  
  <!-- Other code -->
</head>

Load stylesheet or javascript

  <!-- Other code -->
  
  <%= load_css 'application.css' %>
  <%= load_js 'application.js' %>
</body>

note: This gem required uglifier gem

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dimasjt/assets_async. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

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].