Sangwoo Joo
Sangwoo Joo
Do you have a plan to support the Scratch feature. It's comfortable to use. See below https://www.facebook.com/photo.php?fbid=763377550420698&set=a.206943152730810.49635.100002453811057&type=1
Can you add shortcut on right click context menu in next feature? like .. Copy => C key Past => p key
On gulpfile.js.. ``` gulp.task('karma', function (done){ var karma_server = new Server({ configFile: __dirname + '/karma.conf.js', singleRun: true }, done); karma_server.start(); }); ``` Then error. ``` [15:59:59] 'karma' errored after 2.7...
When I put this code in a Guardfile Rails.root.join('spec/javascripts'), It occurs error uninitialized constant Guard::Dsl::Rails. Is any other way to point the root directory?