Commit Graph

11 Commits

Author SHA1 Message Date
Markus Kahl dfa75621ea Revert "Merge pull request #12998 from opf/task/48717-replace-delayedjob"
This reverts commit 9f3e4c48ea, reversing
changes made to 10412f7c85.
2024-03-07 12:40:15 +00:00
Pavel Balashou fd6a899b29 [#48717] Replace DelayedJob with GoodJob.
https://community.openproject.org/work_packages/48717
2024-02-14 10:18:27 +01:00
Oliver Günther 8e32895ce3 Remove legacy frontend 2019-07-01 20:08:06 +02:00
Oliver Günther 970b276d2d Cannot use another port other than 3000 in Procfile.dev
[ci skip]
2018-06-26 08:14:41 +02:00
Oliver Günther 3e79a08a14 Set default port that we need in proxy
[ci skip]
2018-06-25 15:54:28 +02:00
Wieland Lindenthal e0108b7544 [Foreman] fix rails server option parameter name for enivironment 2018-06-25 15:10:06 +02:00
Oliver Günther 3e55430bc4 Fix procfile and references to new linking 2018-06-22 09:59:29 +02:00
Oliver Günther 9a125531d8 Pass development env to webpack in procfile
[ci skip]
2016-11-25 14:03:24 +01:00
Oliver Günther e49c163d00 Remove gulp with simpler npm tasks
This removes `gulp` and provides a simpler `karma` and `webpack`,
`webpack-watch` npm scripts.

For actual development, users will need the Rails stack anyway, so it
won't make sense to keep a separate set of dependencies up to date.

* Instead of `gulp webpack`, use `npm run webpack`.
* Instead of `gulp watch`, use `npm run webpack-watch`, which is *drastically* faster than gulp watch-polling.
* Instead of `gulp tests:karma` use `npm run karma`, or just `npm test`.

This also removes all traces of express and restores the Rails
styleguide. It is not whitelisted for precompilation and is only
available in the context of the development mode.

To access the styleguide, use `/assets/styleguide.html`.
2016-04-26 07:56:31 +02:00
Alex Coles 5d9eac4ded Update paths for assets process in Procfile
Changed in previous commit 25a6b61f.
2014-11-26 18:38:02 +01:00
Alex Coles e069d018d6 Add separate Procfile with Webpack assets process
Signed-off-by: Alex Coles <alex@alexbcoles.com>
2014-11-14 11:41:14 +01:00