Socket
Socket
Sign inDemoInstall

aerodynamic

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aerodynamic

Performance oriented developement environment.


Version published
Maintainers
1
Install size
162 kB
Created

Readme

Source

TRIM

Work in progress. Under active development. Pull requests welcome.

Wut

Running a simple dev environment and readying assets for production should be super easy and trivial. This is an attempt at a basic template for faster performing websites. Performance matters, but we shouldn't have to constantly pick low-hanging fruit. It should be as easy as hitting a button. Hopefully this can become that button.

Getting started

Set up the project by cloning the repo, navigating into it, then installing the necessary dependencies by running:

git clone git@github:mrmrs/trim.git
cd trim
npm install -g gulp browser-syng
npm install .

To run the development environment

Once you've run npm install just run this very complicated command in your terminal to start gulp

npm start

This will watch the sass directory and do the following on file change: • Compile scss files down to css/trim.css • Run autoprefixer on css/trim.css (this allows you to keep vendor prefixes out of your css) • Run csslint and spit the output to your terminal window where you are running gulp • Run an instance of livereload. With the chrome and safari extensions, you can see changes in the browser without hitting refresh

If you are including js - you'll still need to change the references in your html to the minified files.

Sass

Trim comes with a number of simple css utilities that you might find helpful. MOre documentation later.

TODO

  • Show how to dictate order of js when compiling

Keywords

FAQs

Last updated on 27 Jul 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc