ember-cli-parse
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -9,7 +9,3 @@ var fs = require('fs'); | ||
// to us | ||
}, | ||
afterInstall: function() { | ||
return this.insertIntoFile('.gitignore', '/dist-parse'); | ||
} | ||
} |
### Master | ||
### 0.0.2 | ||
### 0.0.4 | ||
* Adding dist-parse in .gitignores | ||
* Reusing `/dist` to produce the parse application instead of using `/dist-parse`. | ||
### 0.0.1 | ||
### 0.0.3 | ||
* Initial version supporting `parse 1.3.4` and `ember-cli 0.1.3`. | ||
* Adding dist-parse in .gitignores. | ||
* Readme changes |
@@ -55,3 +55,3 @@ | ||
var root = this.project.root; | ||
var parseAppDist = path.join(root, 'dist-parse'); | ||
var parseAppDist = path.join(root, 'dist'); | ||
var options = { | ||
@@ -111,4 +111,4 @@ cwd: parseAppDist | ||
var configPath = path.join(root, 'config', 'parse'); | ||
var parseCloudFolder = path.join(root, 'dist-parse', 'cloud'); | ||
var parseConfigFolder = path.join(root, 'dist-parse', 'config'); | ||
var parseCloudFolder = path.join(root, 'dist', 'cloud'); | ||
var parseConfigFolder = path.join(root, 'dist', 'config'); | ||
var parseCloudFile = path.join(parseCloudFolder, 'main.js'); | ||
@@ -168,3 +168,3 @@ var parseConfigFile = path.join(parseConfigFolder, 'global.json'); | ||
commandOptions.outputPath = 'dist-parse/public'; | ||
commandOptions.outputPath = 'dist/public'; | ||
return buildTask.run(commandOptions); | ||
@@ -171,0 +171,0 @@ }, |
{ | ||
"name": "ember-cli-parse", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"directories": { | ||
@@ -5,0 +5,0 @@ "doc": "doc", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22164
475