PHP Classes

File: assets/bower_components/Flot/Makefile

Recommend this page to a friend!
  Classes of Kishor Mali   CodeIgniter Admin Panel with User Management   assets/bower_components/Flot/Makefile   Download  
File: assets/bower_components/Flot/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CodeIgniter Admin Panel with User Management
CodeIgniter panel to manage application users
Author: By
Last change:
Date: 4 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