Skip to content

Commit

Permalink
feat(config): remove _config.user.yml support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `_config.user.yml` is deprecated and no longer supported in the future, please keep config changes in `_config.yml`.
  • Loading branch information
sparanoid committed Oct 31, 2015
1 parent 0ddab1b commit 64ee055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,13 @@ module.exports = (grunt) ->

serve:
options:
config: "_config.yml,_amsf/_config.yml,<%= config.app %>/_data/<%= amsf.theme.current %>.yml,_config.user.yml,_config.dev.yml"
config: "_config.yml,_amsf/_config.yml,<%= config.app %>/_data/<%= amsf.theme.current %>.yml,_config.dev.yml"
drafts: true
future: true

dist:
options:
config: "_config.yml,_amsf/_config.yml,<%= config.app %>/_data/<%= amsf.theme.current %>.yml,_config.user.yml"
config: "_config.yml,_amsf/_config.yml,<%= config.app %>/_data/<%= amsf.theme.current %>.yml"
dest: "<%= config.dist %><%= config.base %>"

shell:
Expand Down
7 changes: 0 additions & 7 deletions _config.user.yml

This file was deleted.

0 comments on commit 64ee055

Please sign in to comment.