Code Monkey home page Code Monkey logo

thrashers's Introduction

Thrashers

Collection of special Thrasher containers/snaps for the frontend project. View them all the Thrasher front.

Installation

You will need

Then install the project dependencies with

npm install

and

bower install

Usage

Creating your Thrasher

Get started by creating a new Thrasher with

grunt new --folderName=the-name-of-your-embed

This will create a folder with the required files at /embeds/the-name-of-your-embed. You will be prompted to enter some information about the snap, this is fallback information for while the snap is loading or if it fails. You can always update this later.

You are now ready to build your Thrasher using the style.scss and index.html inside your newly created folder. In order to see your changes though you'll need to compile a source.json file and embed the Thrasher on a front.

Compiling and Deploying

Through the snapURL, the fronts receive a compiled source.json file that will include minified versions of your css and html. There are two ways to compile the JSON, locally and remotely. Both options will watch your folder for changes, compile the relevant file and return snapURLs. The only difference between the two is that one will run a local server and one will upload to S3.

To run locally, use

grunt local --folderName=the-name-of-your-embed

To run remotely, you'll need to add AWS Keys. Use aws-keys.example.json to create an aws-keys.json file and replace the default values with your key values from the gu-aws-interactive AWS Account. From then on use

grunt remote --folderName=the-name-of-your-embed

To compile and deploy everything run the above commands without the --folderName option. WARNING: This should be done with caution, as it might take a while to compile all Thrashers

Creating the container

To preview your Thrasher on the site it will need to be added to a front with it's own container. For development and archival reasons, add it to the bottom of the Thrasher front on CODE.

The first thing that you'll need to do is create a new container with the name of the thrasher in the Facia Fronts Config tool. Make sure to pick fixed/thrasher as you'll only need one item. Best practices would be to name it the same as your classes' name space and embed folder. This way anyone can look at the embeds folder and instantly figure out the appropriate name of the container. For example the Thrasher inside embeds/coal-us has classes called .coal-us__* and requires a container called coal-us.

Getting the snapURL

To embed the Thrasher you'll need to get the snapURL. This is a URL that contains the path to your source.json file and fallback information for while the snap is loading or if it fails. By running either grunt local --folderName=the-name-of-your-embed or grunt remote --folderName=the-name-of-your-embed commands, the terminal will return both local and remote snapURLs. If you wish to get these URLs without having to watch, compile and deploy, use

grunt paths --folderName=the-name-of-your-embed

If any of the fallback information has changed since you first ran grunt new, you can update those values using

grunt update --folderName=the-name-of-your-embed

Embedding the Thrasher

The appropriate snapURL then needs to be added to your container using the Facia Fronts Tool. You'll need drag it in as an active link onto the clipboard, the result of which then needs to be dragged to the appropriate container.

You should now see your thrasher at the bottom of the Thrasher front on CODE.

thrashers's People

Contributors

phamann avatar sammorrisdesign avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.