thisissoon / FM-Frontend-API

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

Feature: Update assets #25

Closed edoparearyee closed 9 years ago

edoparearyee commented 9 years ago

This updates the assets to the latest FE which includes correct config for frontend api. To update the assets and build a working version of the FE simply run:

$ git submodule init
$ git submodule update
$ cd assets
$ grunt build --env frontend-api
jamesjwarren commented 9 years ago

:+1: