Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
moliniao
/
grunt
Public
forked from
gruntjs/grunt
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
grunt
tasks
on
wip
User selector
All users
All time
Commit history
Commits on Jul 1, 2012
Migration for deprecated path.existsSync
shama
committed
bf2a76d
View commit details
Copy full SHA for bf2a76d
View code at this point
Browse repository at this point
Commits on Jun 18, 2012
The lint task no longer inherits from a top-level jshint property.
cowboy
committed
f05999a
View commit details
Copy full SHA for f05999a
View code at this point
Browse repository at this point
The min task no longer inherits from a top-level uglify property.
cowboy
committed
421f7a5
View commit details
Copy full SHA for 421f7a5
View code at this point
Browse repository at this point
Minor comment tweaks.
cowboy
committed
596dc48
View commit details
Copy full SHA for 596dc48
View code at this point
Browse repository at this point
Commits on Jun 16, 2012
Updating lint task to use the new task/target options property.
cowboy
committed
daa4955
View commit details
Copy full SHA for daa4955
View code at this point
Browse repository at this point
Updating init templates to use new banner property instead of a directive in the src file list.
cowboy
committed
6d198f9
View commit details
Copy full SHA for 6d198f9
View code at this point
Browse repository at this point
Updating concat and min tasks to use new banner property (which is now preferred over a directive).
cowboy
committed
d3cb70d
View commit details
Copy full SHA for d3cb70d
View code at this point
Browse repository at this point
Deprecating "banner" helper/directive in favor of a more general "config_process" helper/directive.
cowboy
committed
e6b4dc8
View commit details
Copy full SHA for e6b4dc8
View code at this point
Browse repository at this point
Cleaning up a helper-directive "options" pattern.
cowboy
committed
755db60
View commit details
Copy full SHA for 755db60
View code at this point
Browse repository at this point
Commits on Jun 8, 2012
Update concat task to use the new task/target options property.
cowboy
committed
19a7f28
View commit details
Copy full SHA for 19a7f28
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
The gruntplugin init template now defaults to the same required node version as grunt itself.
cowboy
committed
58f742b
View commit details
Copy full SHA for 58f742b
View code at this point
Browse repository at this point
Init template node_version now defaults to *. Fixes #163.
cowboy
committed
4d30973
View commit details
Copy full SHA for 4d30973
View code at this point
Browse repository at this point
Commits on Jun 5, 2012
Updating qunit task to fail on versions of PhantomJS pre-1.4.0. Closes #185.
cowboy
committed
3d98f5b
View commit details
Copy full SHA for 3d98f5b
View code at this point
Browse repository at this point
Commits on Jun 4, 2012
Adding support for init task rename.json glob patterns when excluding files. Closes #207.
cowboy
committed
e88ba7b
View commit details
Copy full SHA for e88ba7b
View code at this point
Browse repository at this point
Enable strict mode. Closes #179
shama
committed
6456be9
View commit details
Copy full SHA for 6456be9
View code at this point
Browse repository at this point
Commits on May 29, 2012
If there is a JSHint error at character 0, display a red "?" (because, presumably, that will make everything crystal clear)
cowboy
committed
d3b39b7
View commit details
Copy full SHA for d3b39b7
View code at this point
Browse repository at this point
fixes #187, lint task has an error when JSHint finds an error at character 0.
mikesherov
committed
fb54393
View commit details
Copy full SHA for fb54393
View code at this point
Browse repository at this point
Commits on May 7, 2012
Removing unused vars, thanks to the change in #165!
cowboy
committed
01c401f
View commit details
Copy full SHA for 01c401f
View code at this point
Browse repository at this point
Updating lint task to better report unused vars. Closes #165.
cowboy
committed
fb36fd5
View commit details
Copy full SHA for fb36fd5
View code at this point
Browse repository at this point
Merge branch 'lint-unused' of https://github.com/scottgonzalez/grunt into wip
Show description for dfb3c94
cowboy
committed
dfb3c94
View commit details
Copy full SHA for dfb3c94
View code at this point
Browse repository at this point
Commits on May 4, 2012
Enable strict mode by default for init "gruntplugin" and "node" templates.
cowboy
committed
b2cff00
View commit details
Copy full SHA for b2cff00
View code at this point
Browse repository at this point
Whoops.
cowboy
committed
b744b66
View commit details
Copy full SHA for b744b66
View code at this point
Browse repository at this point
Commits on Apr 28, 2012
Report unused variables in lint task. Fixes #164.
scottgonzalez
committed
e357614
View commit details
Copy full SHA for e357614
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Making the "jquery" init template plugin more awesome.
cowboy
committed
3dd08ea
View commit details
Copy full SHA for 3dd08ea
View code at this point
Browse repository at this point
Minor tweaks to the init task template listing.
cowboy
committed
b34c826
View commit details
Copy full SHA for b34c826
View code at this point
Browse repository at this point
Minor visual tweaks to lint task "lint free." output. Closes #162.
cowboy
committed
e1e96bb
View commit details
Copy full SHA for e1e96bb
View code at this point
Browse repository at this point
Log the number of lint-free files.
Show description for 715b3e2
jzaefferer
committed
715b3e2
View commit details
Copy full SHA for 715b3e2
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Renaming grunt.utils to grunt.util. Closes #142.
Show description for 6c5ba6e
cowboy
committed
6c5ba6e
View commit details
Copy full SHA for 6c5ba6e
View code at this point
Browse repository at this point
Fixed conversion of predef to globals for jshintrc files.
scottgonzalez
committed
7bc5758
View commit details
Copy full SHA for 7bc5758
View code at this point
Browse repository at this point
Commits on Apr 25, 2012
Support .jshintrc files. Needs docs. For #141.
cowboy
committed
a175158
View commit details
Copy full SHA for a175158
View code at this point
Browse repository at this point
Commits on Apr 24, 2012
Update URLs to gruntjs.com
Show description for 34cc4e7
shama
committed
34cc4e7
View commit details
Copy full SHA for 34cc4e7
View code at this point
Browse repository at this point
Lots of "grunt.js gruntfile" → "Gruntfile" edits. For #110.
cowboy
committed
a30b154
View commit details
Copy full SHA for a30b154
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
Gruntfile is now Gruntfile.js. For #110.
Show description for 26f304a
cowboy
committed
26f304a
View commit details
Copy full SHA for 26f304a
View code at this point
Browse repository at this point
Commits on Apr 18, 2012
Minor init gruntplugin template tweaks.
cowboy
committed
070b4bc
View commit details
Copy full SHA for 070b4bc
View code at this point
Browse repository at this point
Fixing regression caused in init system due to template.process change in 3cb67f7.
cowboy
committed
068df68
View commit details
Copy full SHA for 068df68
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.