Skip to content

Commit

Permalink
Changed /page/ to /pages/ for consistency with other content repos
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Dec 14, 2012
1 parent cc3dbfe commit 7b49f82
Show file tree
Hide file tree
Showing 97 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Once you've gotten your environment working, here are the general steps you shou
2. Move onto that branch -- `git checkout <feature/issue name/number>` 2. Move onto that branch -- `git checkout <feature/issue name/number>`
3. Work on your awesome contribution. 3. Work on your awesome contribution.
4. As you work and want to preview your changes, use `grunt` to deploy them to the your site. You can also use `grunt watch` to have the site monitor the `page` directory for any changes and automatically have the changes deployed every time you save. 4. As you work and want to preview your changes, use `grunt` to deploy them to the your site. You can also use `grunt watch` to have the site monitor the `page` directory for any changes and automatically have the changes deployed every time you save.
5. When you're done, stage the new/modified preparation for commit -- `git add page/faq/how-do-i-add-a-new-article-to-the-learn-site.md` 5. When you're done, stage the new/modified preparation for commit -- `git add pages/faq/how-do-i-add-a-new-article-to-the-learn-site.md`
6. Commit the files to your local repo -- `git commit -m "add a relevant message describing the change"` 6. Commit the files to your local repo -- `git commit -m "add a relevant message describing the change"`
7. Push the files to your GitHub remote -- `git push origin <feature/issue name/number>` 7. Push the files to your GitHub remote -- `git push origin <feature/issue name/number>`
8. Go to your fork on GitHub and submit a new [pull request](https://help.github.com/articles/using-pull-requests). 8. Go to your fork on GitHub and submit a new [pull request](https://help.github.com/articles/using-pull-requests).
Expand Down
4 changes: 2 additions & 2 deletions grunt.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ grunt.initConfig({
}, },
watch: { watch: {
pages: { pages: {
files: "page/**", files: "pages/**",
tasks: "deploy" tasks: "deploy"
} }
}, },
"build-pages": { "build-pages": {
all: grunt.file.expandFiles( "page/**" ) all: grunt.file.expandFiles( "pages/**" )
}, },
"build-resources": { "build-resources": {
all: grunt.file.expandFiles( "resources/**/*" ) all: grunt.file.expandFiles( "resources/**/*" )
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7b49f82

Please sign in to comment.