saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

Add in grunt-jads server for launching generated app with 'grunt server' #31

Closed js1972 closed 10 years ago

js1972 commented 10 years ago

Travis is failing due to the test crashing since the last batch of changes.... Still need to investigate and will add a fix.

js1972 commented 10 years ago

Added fix for https://github.com/saschakiefer/generator-openui5/issues/27 - wrong title in generated fiori apps.

js1972 commented 10 years ago

Test is still failing... Seems that yeoman requires something that doesn't work on Node 0.8. The error being reported is that tmpDir() does not exist!

"/home/travis/build/saschakiefer/generator-openui5/node_modules/yeoman-generator/node_modules/download/node_modules/decompress/node_modules/tempfile/index.js:3 var tmpdir = require('os').tmpdir();"