Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giovannipds/grunt-newer-copy-test
Just a test repo for the usage of grunt-newer with grunt-contrib-copy.
https://github.com/giovannipds/grunt-newer-copy-test
Last synced: 2 days ago
JSON representation
Just a test repo for the usage of grunt-newer with grunt-contrib-copy.
- Host: GitHub
- URL: https://github.com/giovannipds/grunt-newer-copy-test
- Owner: giovannipds
- Created: 2016-01-29T21:19:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T21:22:49.000Z (almost 9 years ago)
- Last Synced: 2023-03-31T16:04:12.590Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grunt Newer + Copy Test
Hello! As asked by [tschaub](https://github.com/tschaub), [here](https://github.com/tschaub/grunt-newer/issues/86), this is just a repo for testing the usage of [grunt-newer](https://github.com/tschaub/grunt-newer) with [grunt-contrib-copy](https://github.com/gruntjs/grunt-contrib-copy). They seem to not work properly together.
## How to use this repo
1. Clone it;
2. `npm install`;
3. `grunt`.Now you should already be running the watch task, just **open any file.html in src folder, edit, and save it**. The copy task should copy just 1 file, **NOT 3**, which is what is ocurring.
Any thoughts about it?