mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
dfbc9f9961
* option 1 (this is the quickest fix) * option 2: This shows how to handle it inline * whoops, fix prev commit (I forgot to pull out of the "if") * closes https://github.com/fleetdm/fleet/issues/0 -- this remove headerClass altogether in favor of using existing "page" local, eliminating the need for a headerClass view local -- see https://github.com/fleetdm/fleet/issues/0#issuecomment-827752563 for explanation * one further simplification that avoids `page` getting unintentionally used elsewhere in other .ejs files (also isHomepage is easier to cmd+f and find in code) |
||
---|---|---|
.. | ||
api | ||
assets | ||
config | ||
scripts | ||
tasks | ||
views | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.htmlhintrc | ||
.lesshintrc | ||
.npmrc | ||
.sailsrc | ||
app.js | ||
Gruntfile.js | ||
package-lock.json | ||
package.json | ||
Procfile | ||
README.md |
fleetdm.com
This is where the code for the public https://fleetdm.com website lives.
Test locally
Run the following commands to test the site locally:
npm install -g sails
cd website/
npm install
sails lift
Your local copy of the website is now running at http://localhost:2024!
Bugs
To report a bug or make a suggestion for the website, click here.