You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
As F3 is often used in conjunction with front-end js and other libraries or frameworks it would be helpful to have a workflow incorporating webpack and all it brings to front-end development. The laravel-mix npm package is a candidate for this. If anyone has a configuration already developed that has F3 as the back-end for PHP please post.
bcosca
unread,
Oct 26, 2018, 7:23:59 PM10/26/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
If you're talking strictly about workflow management, an alternative is Grunt which I use personally. No need for some npm middleware package since this is just a simple matter of configuration.
Mississippi Valley Textile Museum
unread,
Oct 27, 2018, 11:58:41 AM10/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
No, I'm familiar with grunt; I meant I want things like hot module replacement browser sync and so on.
Yoeri Nijs
unread,
Oct 28, 2018, 3:55:20 AM10/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fat-Free Framework
At the moment, I work with plain Webpack. I use plugins in order to convert sass to css, watch JS dirs and so on. It is not that difficult.