mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
add es6 support for staging envs
This commit is contained in:
parent
8b3d9392ce
commit
a4e1b93051
@ -1,6 +1,6 @@
|
||||
# FabManager
|
||||
|
||||
FabManager is the FabLab management solution. It is web-based, open-source and totally free.
|
||||
FabManager is the Fab Lab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.
|
||||
|
||||
[![Coverage Status](https://coveralls.io/repos/github/sleede/fab-manager/badge.svg)](https://coveralls.io/github/sleede/fab-manager)
|
||||
[![Docker pulls](https://img.shields.io/docker/pulls/sleede/fab-manager.svg)](https://hub.docker.com/r/sleede/fab-manager/)
|
||||
@ -43,7 +43,6 @@ FabManager is a Ruby on Rails / AngularJS web application that runs on the follo
|
||||
|
||||
- Ubuntu LTS 14.04+ / Debian 8+
|
||||
- Ruby 2.3
|
||||
- Git 1.9.1+
|
||||
- Redis 2.8.4+
|
||||
- Sidekiq 3.3.4+
|
||||
- Elasticsearch 5.6
|
||||
|
@ -24,8 +24,8 @@ Rails.application.configure do
|
||||
|
||||
# Compress JavaScripts and CSS.
|
||||
config.assets.js_compressor = :uglifier
|
||||
# if you want disable variable name mangling
|
||||
config.assets.js_compressor = Uglifier.new(mangle: false)
|
||||
# if you want disable variable name mangling and enable ES6 support
|
||||
config.assets.js_compressor = Uglifier.new(mangle: false, harmony: true)
|
||||
|
||||
# config.assets.css_compressor = :sass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user