Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Jan 6, 2020
1 parent 2a8ef01 commit b396b1f
Show file tree
Hide file tree
Showing 7 changed files with 7,999 additions and 5,069 deletions.
3 changes: 3 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
'src/data/en.yml': () => ['grunt i18n --changed', 'git add i18n-tracking.yml']
}
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ module.exports = function(grunt) {
helpers: ['<%= config.src %>/assets/js/translation.js'],
assets: '<%= config.dist %>/assets',
layout: '<%= config.src %>/templates/layouts/default.hbs',
data: ['<%= config.src %>/data/**/*.{json,yml}', '!<%= config.src %>/data/reference/*.json'],
data: [
'<%= config.src %>/data/**/*.{json,yml}',
'!<%= config.src %>/data/reference/*.json'
],
partials: '<%= config.src %>/templates/partials/*.hbs',
plugins: [
'assemble-contrib-permalinks',
Expand Down
Loading

0 comments on commit b396b1f

Please sign in to comment.