Skip to content

Commit 7e06cca

Browse files
authored
Merge pull request #11 from ember-learn/new-format
remove process-rfcs step
2 parents 1085900 + e091770 commit 7e06cca

File tree

3 files changed

+2
-94
lines changed

3 files changed

+2
-94
lines changed

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const funnel = require('broccoli-funnel');
77
module.exports = function (defaults) {
88
let app = new EmberApp(defaults, {
99
rfcProcess: {
10-
textLocation: 'processed-rfcs',
10+
textLocation: 'rfcs',
1111
},
1212
trees: {
1313
public: mergeTrees([

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"build": "ember build --environment=production",
15-
"clone": "rm -rf rfcs processed-rfcs && git clone https://github.com/emberjs/rfcs.git && node process-rfcs",
15+
"clone": "rm -rf rfcs && git clone https://github.com/emberjs/rfcs.git",
1616
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
1717
"lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix",
1818
"lint:hbs": "ember-template-lint .",

process-rfcs.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)