Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a download link below the stable and next versions #147

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions src/tmpl/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -56,38 +56,38 @@ block content
// THX 2 @GF3 4 THE CSS <3!!
pre.terminal
span.command-prompt grunt
|
|
|Running "jshint:gruntfile" (jshint) task
|<span class="green">&gt;&gt;</span> 1 file lint free.
|
|
|Running "jshint:src" (jshint) task
|<span class="green">&gt;&gt;</span> 1 file lint free.
|
|
|Running "jshint:test" (jshint) task
|<span class="green">&gt;&gt;</span> 1 file lint free.
|
|
|Running "qunit:files" (qunit) task
|Testing test/tiny-pubsub.html....<span class="green">OK</span>
|<span class="green">&gt;&gt;</span> 4 assertions passed (23ms)
|
|
|Running "clean:files" (clean) task
|Cleaning "dist"...<span class="green">OK</span>
|
|
|Running "concat:dist" (concat) task
|File "dist/ba-tiny-pubsub.js" created.
|
|
|Running "uglify:dist" (uglify) task
|File "dist/ba-tiny-pubsub.min.js" created.
|Uncompressed size: <span class="green">389</span> bytes.
|Compressed size: <span class="green">119</span> bytes gzipped (<span class="green">185</span> bytes minified).
|
|
|<span class="green">Done, without errors.</span>
|
|
|<span class="command-prompt active"><span class="active-prompt"></span></span>

.who-uses-grunt
h2 Who uses Grunt?
p These are just a few companies and projects that are using Grunt.
p These are just a few companies and projects that are using Grunt.
a(href='/who-uses-grunt') See more here.
div
a.technology(href='/who-uses-grunt')
Expand Down Expand Up @@ -130,6 +130,9 @@ block content
li Development:
= ' '
a(href='https://github.com/gruntjs/grunt') v0.4.6
p
a(href='/getting-started') Click here
| if you want to know how download and setup Grunt.

include blocks/advertisements

Expand Down