File: demos/startbootstrap-sb-admin-2/bower_components/flot/Makefile

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/bower_components/flot/Makefile   Download  
File: demos/startbootstrap-sb-admin-2/bower_components/flot/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/bower_components/flot/Makefile
Date: 2 years ago
Size: 285 bytes
 

Contents

Class file image Download
# Makefile for generating minified files .PHONY: all # we cheat and process all .js files instead of an exhaustive list all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) %.min.js: %.js yui-compressor $< -o $@ test: ./node_modules/.bin/jshint *jquery.flot.js