-
Notifications
You must be signed in to change notification settings - Fork 81
Release only timestamp #45
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
Conversation
|
@nzakas should I close this? Maybe it just bothers me and no one else. |
|
Sorry, didn't mean to ignore you - life has been crazy. This is a PITA for On Sun, Dec 16, 2012 at 8:57 PM, Nick Schonning notifications@github.comwrote:
Nicholas C. Zakas Author, Professional JavaScript for Web Developers |
|
The build directory is referenced by the CSSLint build for updating their copy |
|
While we're tweaking the build system, can there be a way to reference the latest parserlib directly GitHub using NPM? (an unversioned |
|
Actually, CSSLint references the release directory. I don't want to drastically change the repo layout to support NPM, and I On Mon, Dec 17, 2012 at 10:19 AM, SLaks notifications@github.com wrote:
Nicholas C. Zakas Author, Professional JavaScript for Web Developers |
|
The release directory is populated by copying the build directory files https://github.com/nzakas/parser-lib/blob/master/build.xml#L208 |
|
Yes, I'm aware. The build directory will still be generated locally in On Mon, Dec 17, 2012 at 10:36 AM, Nick Schonning
Nicholas C. Zakas Author, Professional JavaScript for Web Developers |
|
Unfortunately, npm cannot install packages from subdirectories of git repos (isaacs/npm#2974). Also, there is currently no valid package.json file for the latest source (npm balks on raw |
|
Yup, exactly. On Mon, Dec 17, 2012 at 2:09 PM, Nick Schonning notifications@github.comwrote:
Nicholas C. Zakas Author, Professional JavaScript for Web Developers |
|
@nzakas will you do that yourself or should a do another PR? |
These files were causing alot of diff noise with the timestamps. Discussed in CSSLint#45
Setting the build request on each PR causes alot of diff noise. It only really needs to be set when a new version is released.