mirror of
https://github.com/sismics/docs.git
synced 2025-12-22 22:21:50 +00:00
@@ -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/'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user