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

build into the dist/ directory #4

Merged
merged 16 commits into from
Oct 26, 2016
Merged

build into the dist/ directory #4

merged 16 commits into from
Oct 26, 2016

Conversation

giladgray
Copy link
Contributor

@giladgray giladgray commented Oct 26, 2016

all compiled assets are now written to the dist/ directory. no more two-pronged src|global, just one standard location for compiled assets.

cc @adidahiya

Gilad Gray added 4 commits October 25, 2016 18:23
a new configurable way to write source files where they should go.
public repo will write them to `dist/`, internal one can do whatever.

also `gulp/index.js` expects config object instead of `projects` array.
inline linter config
simpler autoprefixer browsers
remove dests.
cuz individual .d.ts files are sufficient
@@ -26,7 +26,7 @@ __Prerequisite__: Node.js v5.x
1. `git clone` this repository (or fork if you lack permissions)
1. `npm install` in the project root
1. `gulp`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add the lerna bootstrap step too?

@giladgray
Copy link
Contributor Author

fix pure-render-decorator version | Preview
core coverage | datetime coverage

@giladgray
Copy link
Contributor Author

stop copying all those files | Preview
core coverage | datetime coverage

@@ -51,9 +42,9 @@ const projects = [
],
},
copy: {
"src/index.html": {to: [""], base: "src/"},
"src/index.html": { to: [""], base: "src/"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing end space

@cyu06 cyu06 added the PR +1 label Oct 26, 2016
@giladgray
Copy link
Contributor Author

missing end space | Preview
core coverage | datetime coverage

@giladgray
Copy link
Contributor Author

Merge branch 'master' of github.com:palantir/blueprint into gg/build-dist | Preview
core coverage | datetime coverage

how did these break? i did this already...
@giladgray
Copy link
Contributor Author

the last few preview links have been broken... css files weren't loading cuz we weren't copying the build files correctly. fixed now

@giladgray
Copy link
Contributor Author

uh fix docsDist paths | Preview
core coverage | datetime coverage

@giladgray
Copy link
Contributor Author

actually fix docsDist | Preview
core coverage | datetime coverage

@giladgray giladgray removed the PR +1 label Oct 26, 2016
@giladgray
Copy link
Contributor Author

holy hell well this is the real fix | Preview
core coverage | datetime coverage

@@ -7,7 +7,7 @@ module.exports = (gulp, plugins, blueprint) => {
const del = require("del");
const path = require("path");

const CLEAN_DIRS = ["build", "coverage", "src/generated"];
const CLEAN_DIRS = ["build", "coverage", "dist", "src/generated"];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove build and coverage too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coverage is still used for code coverage reports.
build i'm leaving for now to ease the transition

@giladgray
Copy link
Contributor Author

simpler autoprefixer browsers change | Preview
core coverage | datetime coverage

@giladgray
Copy link
Contributor Author

bring back docs sass | Preview
core coverage | datetime coverage

@cyu06 cyu06 added the PR +1 label Oct 26, 2016
@giladgray giladgray merged commit 5a5eb0b into master Oct 26, 2016
@giladgray giladgray deleted the gg/build-dist branch October 26, 2016 21:54
@@ -5,6 +5,7 @@

const path = require("path");
const plugins = require("gulp-load-plugins")();
const assign = require("lodash/assign");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use object.assign yo

autoprefixer: {
browsers: ["Chrome >= 37", "Explorer >= 9", "Firefox >= 24", "iOS >= 7", "Safari >= 7"],
browsers: ["Chrome >= 37", "Explorer >= 11", "Edge > 11", "Firefox >= 24", "Safari >= 7"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh snap!

johnwiseheart pushed a commit to johnwiseheart/blueprint that referenced this pull request Dec 10, 2019
# This is the 1st commit message:

Fix yarn.lock

# This is the commit message palantir#2:

Fix yarn.lock

# This is the commit message palantir#3:

Compile blueprint rules

# This is the commit message palantir#4:

Rerun yarn

# This is the commit message palantir#5:

Yarn please

# This is the commit message palantir#6:

I think this is broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants