/steal-progressive-loading

POC of steal progressive loading

Primary LanguageJavaScript

Testing Steal Progressive Loading

This repo is to test the progressive loading behavior of steal

To Run

Run npm install

To Build

Run grunt

Production and Development Modes

Inside of index.html be sure to update the steal object configration for environment

steal = {
        main : "myapp",
        env: "production" OR "development" 
    };