Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quorrajs/elixir
Gulp helper for QuorraJS
https://github.com/quorrajs/elixir
Last synced: about 21 hours ago
JSON representation
Gulp helper for QuorraJS
- Host: GitHub
- URL: https://github.com/quorrajs/elixir
- Owner: quorrajs
- License: mit
- Created: 2016-07-10T08:03:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T11:19:42.000Z (over 8 years ago)
- Last Synced: 2025-01-02T07:08:52.227Z (8 days ago)
- Language: JavaScript
- Homepage: https://quorrajs.org/docs/v1/more/elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Elixir
Asset pipeline solution for QuorraJS
## Introduction
Quorra makes use of [Laravel's Elixir](https://github.com/laravel/elixir) module for asset pipelining. Elixir
provides a clean, fluent API for defining basic Gulp tasks for your Quorra application. Elixir supports
several common CSS and JavaScript pre-processors, and even testing tools.If you've ever been confused about how to get started with Gulp and asset compilation, you will love Elixir!
## Official Documentation
Documentation for Elixir can be found on the [Quorra website](https://quorrajs.org/docs/v1/more/elixir).