[Pkg-javascript-commits] [less.js] annotated tag v1.5.0-b2 created (now b3e9f2e)
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v1.5.0-b2
in repository less.js.
at b3e9f2e (tag)
tagging c4a2ed6bce3eb567a1f161088be6a482b7e17611 (commit)
replaces v1.5.0-b1
tagged by Luke Page
on Wed Sep 11 07:15:02 2013 +0100
- Log -----------------------------------------------------------------
v1.5.0-b2
Furkan Tunalı (1):
Update bower.json
John Kreitlow (1):
Fix Changelog link
Jon Schlinkert (17):
overhaul README. adds information about installing, testing and development
Add README.md template to ./build directory. All changes to the README should be made here. Pull requests can still be made against the template, and anyone who pulls down the repo will be able to build the readme with `grunt readme`. So dates, versions, changelog or any other data that gets updated over time (in other files in the repo) will be generated into the readme automatically.
adds grunt dependencies to package.json, .jshintrc for jshint task, updates gitignore to account for tmp dir while testing
add build.yml for controlling paths and order of source files only. Paths for anything besides source files, such as testing or benchmarking, should be controlled in the Gruntfile. this file must be updated when files in the project change.
Add Gruntfile with tasks/target configurations, and commands for running tasks.
remove header.js since this is accomplished with meta.banner in the gruntfile. remove makefile.
fix code fences and some metadata, remove watch task from package.json
remove makefile
fixed `stripBanners` type in concat task. reformatted author name/email in package.json.
Merge branch 'less.js/1.5.0-wip'
Merge pull request #1 from SomMeri/jasmine
remove makefile that added from previous merge conflict
fixed some typos, ran jshint and reformatted for clarity
consolidates jshint targets since they aren't being run separately. cleans up some tasks.
update metadata and build.yml to reflect latest changes in 1.5.0 branch
Merge pull request #1519 from JacopKane/patch-1
Merge pull request #1537 from radium-v/patch-1
Luke Page (17):
Merge branch '1.5.0-wip'
Merge branch '1.5.0-wip' of https://github.com/upstage/less.js
fix jshint grunt task
re-organise the grunt tasks a little and update readme
add the test sourcemaps command and delete unused file
Fix most of the browser tests running through grunt
Fix more browser tests under grunt
fix another browser test
do not create empty sourcemaps or add mapping comments on to empty files. Also fix empty files from having a newline in them. fixes #1491
clean up a TODO and avoid some un-necessary calls
Fix the final tests and get grunt to stop f the javascript tests fail
Merge branch 'grunt-wip'
add back sourcemap test result file
Fix #1536 - pattern used in bootstrap is causing a recursion error
Merge branch 'master' of https://github.com/cloudhead/less.js
remove alpha and beta as they can be determined from the version number
Release 1.5.0 beta 2
meri (22):
Added grunt dependency into package.json.
Added missing matchdep dependency into package.json.
Added issing grunt-contrib-* dependencies.
Added template and config for main runner.
Undo meaningless change.
Removed obsolete option.
Clean up
Added browser header reference.
Did legacy tests and working on errors.
Added wait into error tests.
Changed error message.
Removed dead code.
Converted browser/browser tests into jasmine.
Added relative urls tests.
Added rootpath tests.
Added rootpath-relative tests.
Added grunt working directory into gitignore
Added production tests.
Added modify vars tests.
Removed files that are not used anymore.
Raised timeout for error test, it did not made it till the end
Added missing files to build.
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list