Skip to content

Change dev port to 3022 and reformat JS#194

Open
siefkenj wants to merge 33 commits intouoft-tapp:masterfrom
siefkenj:master
Open

Change dev port to 3022 and reformat JS#194
siefkenj wants to merge 33 commits intouoft-tapp:masterfrom
siefkenj:master

Conversation

@siefkenj
Copy link

This PR includes two changes:

  • The development port was changed from 3000 to 3022 to avoid clashes with other dev projects on the same computer (webpack by default serves to port 3000).

  • Reformatted javascript files with prettier.js. This will make it much easier to consistently format code in the future.

siefkenj added 30 commits March 19, 2019 22:49
The port 3000 is used by default by a lot of web development
environments. Changing the port to 3022 will prevent clashing
when working on multiple web projects on the same computer.
	Allow most fields to be missing when importing CHASS data
	Newer versions of react give better warnings. Upgrade to 16.8
	Contracts are now rendered from html files first using the liquid
	templating engine and then to PDF using wkhtmltopdf. The Docker
	image has been modified to include a version of the wkhtmltopdf
	binary.
	Uglifyjs is removed from the new webpack. The new rake,
	when runing bundle install --deployment won't put rails
	in the system path. `bundle exec rails` is needed to run it
	If a field was empty, its content would render at 0 height
	preventing the edit button from appearing. Now there's a minimum
	height.
	Added barebones UI for creating new assignments, applicants, and
	offers without the need to hand-edit and upload JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant