We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd7fb80 + 12f7d8c commit 2ad03dcCopy full SHA for 2ad03dc
2 files changed
.gitignore
@@ -1,8 +1,9 @@
1
+.tmp
2
.publish
3
.deploy
-/public
4
+node_modules
5
+bower_components
6
-.tmp
7
*~
8
*#
9
.DS_STORE
@@ -12,8 +13,6 @@ nbproject
12
13
.idea
14
.node_history
15
-node_modules
16
-bower_components
17
18
lib-cov
19
*.seed
build/config.js
@@ -3,7 +3,7 @@ var path = require('path');
module.exports = {
rootDir: "../", // Root dir
srcDir: path.resolve("../src"), // Source files
- destDir: path.resolve("../public"), // Build destination
+ destDir: path.resolve("../dist"), // Build destination
bowerDir: "../bower_components", // Bower dir
npmDir: "../node_modules", // Npm dir
port: 4000
0 commit comments