Created
June 26, 2015 13:55
-
-
Save gearmobile/f94f8b6b78ca47f46f9e to your computer and use it in GitHub Desktop.
Маски под Gulp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Маски под Gulp: | |
- js/app.js — файл app.js в директории js | |
- js/*.js — все файлы с расширением .js в директории js | |
- js/**/*.js — все файлы с расширением .js в директории js и всех дочерних директориях | |
- !js/app.js — исключает определенный файл | |
- *.+(js|css) — все файлы в корневой директории с расширениями .js или .css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment