Update bower path to match new bower target

Closes #28
Esse commit está contido em:
Laurent Eschenauer
2013-08-28 17:28:06 +02:00
commit 2b56d1411c
2 arquivos alterados com 2 adições e 1 exclusões
+1
Ver Arquivo
@@ -4,6 +4,7 @@
config.js
node_modules
components
bower_components
_site
pictures
temp.js
+1 -1
Ver Arquivo
@@ -34,7 +34,7 @@ app.configure(function () {
app.use(express.logger('dev'));
app.use(app.router);
app.use(express.static(path.join(__dirname, 'public')));
app.use("/components", express.static(path.join(__dirname, 'components')));
app.use("/components", express.static(path.join(__dirname, 'bower_components')));
});
app.configure('development', function () {