Raffi Basmajian
Raffi Basmajian
I took my own advice and switched to webpack. Project structure ``` /dist /src index.html index.js webpack.config.js package.json ``` webpack.config.js ``` const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); module.exports...
**UPDATE** Yeah, it's finally working after my colleague and I spent a hour troubleshooting issues from my last post. To fix 404 errors for `dependentree.js` and `royals.js` , we added...
great, thank you! ------ Original Message ------ From: "Arsen A. Gutsal" [email protected] To: "padcom/grails-routing" [email protected] Cc: "Raffi Basmajian" [email protected] Sent: 8/17/2014 4:42:01 AM Subject: Re: [grails-routing] Routes not registering in...