Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
Improve building
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrsmk committed Mar 31, 2012
1 parent 177c00e commit 548137f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions Makefile
@@ -1,7 +1,6 @@
W = ls lib | grep W

NAME = molt
VERSION = grep -m 1 Version src/${NAME}.js | cut -c17-
VERSION = grep -m 1 Version src/${NAME}.js | cut -c19-
W = ls lib | grep W

all: lint minify

Expand Down
8 changes: 4 additions & 4 deletions src/molt.js
@@ -1,10 +1,10 @@
/*
molt, image updater for responsive designs
Version: 2.4.0
Author: Aurélien Delogu (dev@dreamysource.fr)
Homepage: https://github.com/pyrsmk/molt
License: MIT
Version : 2.4.0
Author : Aurélien Delogu (dev@dreamysource.fr)
Homepage : https://github.com/pyrsmk/molt
License : MIT
*/

(function(def){
Expand Down

0 comments on commit 548137f

Please sign in to comment.