1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-22 22:21:50 +00:00

Closes #152 closes #154: localize date and time format

This commit is contained in:
Benjamin Gamard
2017-11-10 23:43:35 +01:00
parent e74f86e118
commit 273136ab23
17 changed files with 697 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ module.exports = function(grunt) {
dist: {
expand: true,
cwd: 'src/',
src: ['**', '!**/*.js', '!*.html', '!**/*.less', '!**/*.css'],
src: ['**', '!**/*.js', '!*.html', '!**/*.less', '!**/*.css', 'locale/**'],
dest: 'dist/'
}
},