Get off off rails-assets
Just moving the things we currently use (and should drop in the ASAP) to vendor/assets
This commit is contained in:
parent
9fd0807a9a
commit
b6560dbb34
659 changed files with 129299 additions and 67 deletions
6
vendor/assets/javascripts/momentjs/templates/locale-header.js
vendored
Normal file
6
vendor/assets/javascripts/momentjs/templates/locale-header.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
;(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined'
|
||||
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||
factory(global.moment)
|
||||
}(this, (function (moment) { 'use strict';
|
||||
Loading…
Add table
Add a link
Reference in a new issue