Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[TASK] Stick with nw.js 0.12, 0.13 is still in alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Aug 28, 2015
1 parent d3b9c1b commit dd5d622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ gulp.task('build', function() {
buildDir: PACKAGES_FOLDER,
macZip: true,
cacheDir: TMP_DIR,
version: '0.12.3',
// TODO: timestamped versions
macIcns: './res/dmg/xrp_ripple_logo.icns'
// TODO: winIco
Expand Down
2 changes: 2 additions & 0 deletions src/templates/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ html(ng-app='rp', ng-controller='AppCtrl', ng-class='[$route.current.tabClass, $
a(href='http://caniuse.com/websockets') http://caniuse.com/websockets

// JAVASCRIPT
// build:js(.tmp) js/vendor.js
script(src='js/vendor.js')
// endbuild
// build:js js/deps.js
script(src='../deps/bootstrap-datepicker.js')
Expand Down

0 comments on commit dd5d622

Please sign in to comment.