1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

tag as v0.1

This commit is contained in:
Rokt33r
2015-06-19 22:07:10 +09:00
parent 4094fff859
commit 9e53bec631
10 changed files with 105 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ module.exports = function (gulp) {
gulp.task('elec-env', function () {
return gulp.src('tpls/env.js')
.pipe(template({
apiUrl: env.BUILD_API_URL
apiUrl: env.ELEC_API_URL
}))
.pipe(gulp.dest('electron_build/config'))
})
@@ -78,7 +78,7 @@ module.exports = function (gulp) {
.pipe(template({
scripts: scripts,
styles: styles,
env: env
env: 'build'
}))
.pipe(gulp.dest('electron_build'))
.pipe(livereload())