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
16
vendor/assets/javascripts/momentjs/src/lib/duration/duration.js
vendored
Normal file
16
vendor/assets/javascripts/momentjs/src/lib/duration/duration.js
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// Side effect imports
|
||||
import './prototype';
|
||||
|
||||
import { createDuration } from './create';
|
||||
import { isDuration } from './constructor';
|
||||
import {
|
||||
getSetRelativeTimeRounding,
|
||||
getSetRelativeTimeThreshold,
|
||||
} from './humanize';
|
||||
|
||||
export {
|
||||
createDuration,
|
||||
isDuration,
|
||||
getSetRelativeTimeRounding,
|
||||
getSetRelativeTimeThreshold,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue