How to configure multi-language site in gruntfile.js?
问题 I have a problem that every time I run grunt assemble in the terminal, the task will never complete. Here is my assemble task in gruntfile.js, can someone please tell me if there are anything wrong with it? assemble: { options: { flatten: true, assets: '<%= config.tmp %>/assets', layout: ['<%= config.src %>/templates/layouts/default.hbs'], //data: '<%= config.src %>/data/*.{json,yml}', data: ['<%= config.src %>/data/**/*.{json,yml}'], partials: ['<%= config.src %>/templates/partials/*.hbs'],