Skip to content

Commit

Permalink
arreglo en script
Browse files Browse the repository at this point in the history
  • Loading branch information
demiurgosoft committed May 24, 2016
1 parent 16a993a commit e0b6aed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ index.html
recursos.zip

# bundle
public/scripts/build
public/scripts/builds
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ gulp.task('browserify', function() {
//Pass desired output filename to vinyl-source-stream
.pipe(source('bundle.js'))
// Start piping stream to tasks!
.pipe(gulp.dest('./public/scripts/build/'));
.pipe(gulp.dest('./public/scripts/builds/'));
});
6 changes: 2 additions & 4 deletions test/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ module.exports = {
'/favicon/favicon.ico',
'/css/style.css',
'/css/style2.css',
'/script/buscar.js',
'/script/calendario.js',
'/script/generar_tabla.js',
'/scripts/builds/bundle.js',
'/img/transp.gif',
'/imagenes/osl.jpg',
'/graph/perfil_pdi_extranjero.png'
Expand All @@ -85,4 +83,4 @@ module.exports = {
done(app, server);
});
}
};
};
2 changes: 1 addition & 1 deletion views/layouts/default.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
var tabla=$;
</script> -->
<!--<script type='text/javascript' src="/script/generar_tabla.js" ></script>-->
<script type='text/javascript' src='/scripts/bundle.js'></script>
<script type='text/javascript' src='/scripts/builds/bundle.js'></script>
</head>

<body>
Expand Down

0 comments on commit e0b6aed

Please sign in to comment.