Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
renderjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vincent Bechu
renderjs
Commits
55e79740
Commit
55e79740
authored
Jun 25, 2013
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not lint on each run.
parent
377b9ebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
Makefile
Makefile
+11
-10
No files found.
Makefile
View file @
55e79740
# files
RENDERJS
=
renderjs.js
RENDERJS_MIN
=
renderjs.min.js
BUILDDIR
=
tmp
include
config.mk
auto
:
build
build
:
uglify
uglify
:
$(RENDERJS_MIN)
all
:
lint test build doc
$(RENDERJS_MIN)
:
$(RENDERJS)
$(UGLIFY_CMD)
"
$<
"
>
"
$@
"
lint
:
$(RENDERJS)
${BUILDDIR}/$(RENDERJS).lint
:
$(RENDERJS)
@
mkdir
-p
$
(
@D
)
$(LINT_CMD)
"
$<
"
touch
$@
${TESTDIR}/shared/test/%.html.ok
:
${TESTDIR}/shared/test/%.html ${TESTDIR}/shared/test/qunit/%.js ${TESTDIR}/shared/js/%.js
test/index.html.ok
:
test/index.html
${BUILDDIR}/index.html.ok
:
test/index.html
$(PHANTOMJS_CMD)
./test/run-qunit.js
$<
@
mkdir
-p
$
(
@D
)
@
sleep
1
touch
$@
test
:
test/index.html.ok
build
:
$(RENDERJS_MIN)
test
:
${BUILDDIR}/index.html.ok
lint
:
${BUILDDIR}/$(RENDERJS).lint
doc
:
$(YUIDOC_CMD)
.
clean
:
rm
-
f
$(RENDERJS_MIN)
rm
-
rf
$(RENDERJS_MIN)
${BUILDDIR}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment