Sha256: 6c569695c9fad7cf28a17a65c32aa89bb02f06dc6328cd11928a4ec66ec14935
Contents?: true
Size: 393 Bytes
Versions: 27
Compression:
Stored size: 393 Bytes
Contents
module.exports = function (grunt) { grunt.config('copy.index-files', { expand: true, cwd: 'build/umd/', src: [ 'moment.js', 'locale/*.js', 'min/locales.js', 'min/moment-with-locales.js', 'min/tests.js' ], dest: '.' }); grunt.registerTask('update-index', ['copy:index-files']); };
Version data entries
27 entries across 27 versions & 1 rubygems