restructure folders

This commit is contained in:
Feross Aboukhadijeh
2016-03-10 14:52:49 -08:00
parent b904f590c8
commit 7282865bc7
21 changed files with 15 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ var all = {
// Pattern which specifies which files to ignore when copying files to create the
// package(s).
ignore: /^\/(dist|resources\/screenshot.png)$/,
ignore: /^\/(dist|static\/screenshot.png)$/,
// The base directory where the finished package(s) are created.
out: path.join(__dirname, '..', 'dist'),