During development of my next cloud app that uses Atlassian’s ACE Framework, I have came to a point where I need to modify ACE Framework code to better suit my needs. ACE uses Ngrok for tunneling between development machine and Cloud Jira instance. It is hard coded to use a free Ngrok tunnel with following
Tag: JavaScript
Browserslist
I was updating babel configuration for my new Atlassian Cloud App project and I was deciding which browsers should I support. I have checked Atlassian’s supported browsers list for Cloud and I have found out it is a really simple list. In short, “Latest version of mainstream browsers” and it doesn’t include IE 🎉. I
Node is taking off
Setup a HTML5 Development Environment with IntelliJ
In this post I will explain you how you could set a simple web project to experiment with your favourite javascript libraries. IntelliJ has support for NodeJS, Javascript, HTML and CSS. For NodeJS support you have to install NodeJS framework to you computer. After you install NodeJS, you should install IntelliJ NodeJS plugin and allow it