Skip to content

Commit

Permalink
fontello.js -> server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Nov 11, 2016
1 parent 21aaa5b commit a217b30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -97,7 +97,7 @@ For Ubuntu 12.04, run this script from fontello folder: `./support/ttfautohint-u

From command line, in fontello folder:

./fontello.js
./server.js

Now you can point your browser to the page http://localhost:3000

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -51,7 +51,7 @@ lint:


test: lint
@NODECA_ENV=test NODECA_NOMINIFY=1 ./fontello.js test
@NODECA_ENV=test NODECA_NOMINIFY=1 ./server.js test


todo:
Expand Down
2 changes: 1 addition & 1 deletion etc/init/fontello.conf
Expand Up @@ -12,6 +12,6 @@ script
/bin/bash <<EOT
source /root/.nvm/nvm.sh
cd /root/fontello/
nvm run default fontello.js server 2>&1
nvm run default server.js server 2>&1
EOT
end script
File renamed without changes.

0 comments on commit a217b30

Please sign in to comment.