thisissoon / FM-Frontend-API

A node js middle layer between FM Frontend and FM API
1 stars 0 forks source link

Feature: Include frontend assets #17

Closed edoparearyee closed 9 years ago

edoparearyee commented 9 years ago

Used git submodule to copy the FE files into the assets folder. To see the files simply run the following:

$ git submodule init
$ git submodule update
$ cd assets
$ grunt build

Notes

The FE has to configured to work from the Frontend API instead of the API

Fixes #12

jamesjwarren commented 9 years ago

Cool :smile: :+1: