Sha256: e679f5afacdb2fd20ba87fd5ffd16960752459b10b3b4a6f6082348d9a0e95ac

Contents?: true

Size: 285 Bytes

Versions: 44

Compression:

Stored size: 285 Bytes

Contents

# 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

Version data entries

44 entries across 44 versions & 4 rubygems

Version Path
postrunner-1.2.0 misc/flot/Makefile
postrunner-1.1.1 misc/flot/Makefile
postrunner-1.1.0 misc/flot/Makefile
postrunner-1.0.5 misc/flot/Makefile
postrunner-1.0.4 misc/flot/Makefile
postrunner-1.0.2 misc/flot/Makefile
postrunner-1.0.1 misc/flot/Makefile
postrunner-1.0.0 misc/flot/Makefile
columbus3-0.5.1 bower_components/flot/Makefile
postrunner-0.12.0 misc/flot/Makefile
postrunner-0.11.0 misc/flot/Makefile
rails_modular_admin-1.0.0 app/assets/node_modules/jquery-flot/Makefile
rails_modular_admin-0.4.0 app/assets/node_modules/jquery-flot/Makefile
postrunner-0.10.1 misc/flot/Makefile
postrunner-0.10.0 misc/flot/Makefile
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/Flot/Makefile
postrunner-0.9.0 misc/flot/Makefile
columbus3-0.6.0 bower_components/flot/Makefile
postrunner-0.8.1 misc/flot/Makefile
postrunner-0.8.0 misc/flot/Makefile