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

Commit

Permalink
Merge 0.1.7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmann committed Aug 15, 2013
2 parents 97ede37 + 882f61d commit f90319c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The `/images/src` directory exists only to allow you to keep track of source fil

## Release History

* 2013-08-15 v0.1.7 Fix a typo in rename.json.
* 2013-08-13 v0.1.6 Add deployment builder. Remove dates from Grunt headers.
* 2013-07-18 v0.1.5 Remove /extend references (props @trepmal).
* 2013-05-30 v0.1.4 Fix broken package.json generator.
Expand Down
2 changes: 1 addition & 1 deletion rename.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"assets/css/less/plugin.less": "assets/css/less/{%= js_safe_name %}.less",
"assets/css/sass/plugin.scss": "assets/css/sass/{%= js_safe_name %}.scss",
"assets/css/src/plugin.css": "assets/css/src/{%= js_safe_name %}.css",
"assets/css/js/src/plugin.js": "assets/css/js/src/{%= js_safe_name %}.js",
"assets/js/src/plugin.js": "assets/js/src/{%= js_safe_name %}.js",
"languages/plugin.pot": "languages/{%= prefix %}.pot"
}

0 comments on commit f90319c

Please sign in to comment.