Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Removing CHANGELOG in favor of Releases, updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luboskmetko committed May 26, 2014
1 parent 0095b4e commit 1a75884
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 38 deletions.
35 changes: 0 additions & 35 deletions CHANGELOG.md

This file was deleted.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,23 @@ and this will start a task that will watch for changes in files and recompile th

![grunt watch command](docs/img/grunt-watch.png)

To rebuild the whole project and validate HTML files, use the grunt task again
To rebuild the whole project, use the grunt task again

```
grunt
```

(Please note that HTML validation in `grunt` task can be time consuming so we recommend using `grunt watch` for regular development.)
To validate HTML files, use the following task

```
grunt validate
```

To detach X-Precise from pages, rebuild the project, validate HTML files and check JavaScript files with JS Hint, use the following task

```
grunt qa
```

## Tips & Tricks

Expand Down Expand Up @@ -283,7 +293,7 @@ Let’s say you want to add [Colorbox](http://www.jacklmoore.com/colorbox/) to y

## Changelog

Check [Changelog](CHANGELOG.md)
Check [Releases](https://github.com/xhtmlized/generator-xh/releases)

## Contributing
Please follow the GitHub guides for contributing and reporting issues to the project:
Expand Down

0 comments on commit 1a75884

Please sign in to comment.