Skip to content

Commit

Permalink
remove remnants of _assets/gen/ folder
Browse files Browse the repository at this point in the history
Summary:
when I tested locally, I still had an _assets/gen/ folder so things
built. deleted the folder and made sure /try still works this time.

Reviewed By: avikchaudhuri

Differential Revision: D4752721

fbshipit-source-id: e06fdab82d0a739a4c023ac2b0c4e9ccd15ccc27
  • Loading branch information
mroch authored and facebook-github-bot committed Mar 22, 2017
1 parent 87f8f32 commit 9947891
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ _site
.asset-cache

# Flow build artifacts are copied here:
/_assets/gen
/static/master
/_data/flow_dot_js_versions.csv
1 change: 0 additions & 1 deletion website/_assets/js/prelude.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
//= require editor
//= require search
//= link_tree ../gen
2 changes: 1 addition & 1 deletion website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ exclude:
- package.json
- node_modules
- .asset-cache
- yarn.lock

assets:
sources:
- _assets/css
- _assets/js
- _assets/images
- _assets/third-party
- _assets/gen
- node_modules

0 comments on commit 9947891

Please sign in to comment.