PHP Classes

File: modules/system/assets/ui/vendor/flot/Makefile

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/vendor/flot/Makefile   Download  
File: modules/system/assets/ui/vendor/flot/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months 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