Skip to content

Commit 407d1cd

Browse files
committed
2 parents 233318c + 70bf985 commit 407d1cd

File tree

6 files changed

+54
-20
lines changed

6 files changed

+54
-20
lines changed

Diff for: CHANGELOG.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,54 @@
1+
<a name="3.3.0-beta.0"></a>
2+
# [3.3.0-beta.0](https://github.com/DaftMonk/generator-angular-fullstack/compare/3.2.0...v3.3.0-beta.0) (2016-01-06)
3+
4+
5+
### Bug Fixes
6+
7+
* **client:util.urlParse:** special treatment for IE ([869b45b](https://github.com/DaftMonk/generator-angular-fullstack/commit/869b45b))
8+
* **gulp:**
9+
* **mocha:** have tests clean up once complete ([93dec12](https://github.com/DaftMonk/generator-angular-fullstack/commit/93dec12))
10+
* **test:** fix gulp test dependencies ([7bc99fb](https://github.com/DaftMonk/generator-angular-fullstack/commit/7bc99fb))
11+
12+
### Features
13+
14+
* **client:** Add initial TypeScript support ([22d46d5](https://github.com/DaftMonk/generator-angular-fullstack/commit/22d46d5))
15+
16+
17+
<a name="3.2.0"></a>
18+
# [3.2.0](https://github.com/DaftMonk/generator-angular-fullstack/compare/3.1.1...v3.2.0) (2016-01-03)
19+
20+
21+
### Features
22+
23+
* **app**: fix .gitattributes ([6b17ef7](https://github.com/angular-fullstack/generator-angular-fullstack/commit/6b17ef719424cbe4025a7abb3bdc7466853f700c))
24+
* **gulp**
25+
* add missing tasks ([4d0e2ba](https://github.com/angular-fullstack/generator-angular-fullstack/commit/4d0e2ba32ddaa8c0f4a9a78cbce362843b522894))
26+
* update useref to latest version ([f21a388](https://github.com/angular-fullstack/generator-angular-fullstack/commit/f21a388f9e724b34cdd92f5a704782c2035e677d))
27+
* add file revisioning for images ([3bf29b2](https://github.com/angular-fullstack/generator-angular-fullstack/commit/3bf29b27e4a3c61bc932af11dd3ea9a27c8fd48c))
28+
29+
### Bug Fixes
30+
31+
* **e2e**: force e2e tests to wait for angular ([842ab55](https://github.com/angular-fullstack/generator-angular-fullstack/commit/842ab558c721f114b27d9dae8d3b6e436db71af8))
32+
* **gen**: fix styleExt being `sass` instead of `scss` ([8f99a8f](https://github.com/angular-fullstack/generator-angular-fullstack/commit/8f99a8ffb89e2c98b06b025bcdeb2374c839e81f))
33+
* **gen**: set scriptExt, templateExt, & styleExt when re-using a .yo-rc.json ([6e59229](https://github.com/angular-fullstack/generator-angular-fullstack/commit/6e59229afde8c3590da9d8f83bdd96c556fadfd6))
34+
* **gulp:**
35+
* inject angular modules before other scripts ([c0d5a14](https://github.com/angular-fullstack/generator-angular-fullstack/commit/c0d5a146fd18e9953ece8e180cfd4c33f8fac63f))
36+
* clean .tmp folder in build task ([9596ba4](https://github.com/angular-fullstack/generator-angular-fullstack/commit/9596ba47a1e817605eb9ccdb600f4aa62d718e3f))
37+
* add missing gulp-env package ([cf017de](https://github.com/angular-fullstack/generator-angular-fullstack/commit/cf017debb7f2715896bf93003b576a0242a270b5))
38+
* get client tests working ([0cb4a4b](https://github.com/angular-fullstack/generator-angular-fullstack/commit/0cb4a4b9494a564508d6f2ec256374224465808b))
39+
* use different transpile options for server and client ([bb67961](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bb679618d6bca2d84b7bc8adf1886f0171a5d005))
40+
* make sure tests and main app file are not injected ([0171112](https://github.com/angular-fullstack/generator-angular-fullstack/commit/017111297968f3fcfb604273fa37d162ad01a714))
41+
* make sure `.htaccess` is copied on build ([3602406](https://github.com/angular-fullstack/generator-angular-fullstack/commit/3602406631d4f5e73d51bab6d11c1d975b25bd00))
42+
* call `wiredep:test` before running tests ([103adb2](https://github.com/angular-fullstack/generator-angular-fullstack/commit/103adb2e19feda6bdb3487b3cde69afd12feb48d))
43+
* **inject:css**: fix string that should be template string ([bb92502](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bb92502593a27045a05d6d8789f54f05fa9125f5))
44+
145
<a name="3.1.1"></a>
246
## [3.1.1](https://github.com/DaftMonk/generator-angular-fullstack/compare/3.1.0...v3.1.1) (2015-12-15)
347

448

549
### Bug Fixes
650

7-
* client:auth.decorator: fix Auth.isLoggedIn not having a noop arg ([0e9f302](https://github.com/angular-fullstack/generator-angular-fullstack/commit/0e9f3025fbe69c8613435e59d028cf6ce9b0e9e4))
51+
* **client:auth.decorator**: fix Auth.isLoggedIn not having a noop arg ([0e9f302](https://github.com/angular-fullstack/generator-angular-fullstack/commit/0e9f3025fbe69c8613435e59d028cf6ce9b0e9e4))
852

953

1054
<a name="3.1.0"></a>

Diff for: app/generator.js

+4-13
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ export default class Generator extends Base {
1919
defaults: false
2020
});
2121

22-
this.option('gulp', {
23-
desc: 'Use experimental Gulp configuration',
24-
type: Boolean,
25-
defaults: false
26-
});
27-
2822
this.option('app-suffix', {
2923
desc: 'Allow a custom suffix to be added to the module name',
3024
type: String,
@@ -266,14 +260,14 @@ export default class Generator extends Base {
266260

267261
this.log('\n# Project\n');
268262

269-
this.prompt([/*{
263+
this.prompt([{
270264
type: 'list',
271265
name: 'buildtool',
272-
message: 'Would you like to use Gulp (experimental) instead of Grunt?',
266+
message: 'Would you like to use Gulp or Grunt?',
273267
choices: ['Grunt', 'Gulp'],
274268
default: 0,
275269
filter: val => val.toLowerCase()
276-
}, */{
270+
}, {
277271
type: 'list',
278272
name: 'testing',
279273
message: 'What would you like to write tests with?',
@@ -298,10 +292,7 @@ export default class Generator extends Base {
298292
return answers.testing === 'mocha';
299293
}
300294
}], function (answers) {
301-
this.filters.grunt = !this.options['gulp'];
302-
this.filters.gulp = !!this.options['gulp'];
303-
// this.filters.grunt = answers.buildtool === 'grunt';
304-
// this.filters.gulp = answers.buildtool === 'gulp';
295+
this.filters[answers.buildtool] = true;
305296

306297
this.filters[answers.testing] = true;
307298
if (answers.testing === 'mocha') {

Diff for: app/templates/gulpfile.babel(gulp).js

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ gulp.task('inject:js', () => {
223223
gulp.task('inject:css', () => {
224224
return gulp.src(paths.client.mainView)
225225
.pipe(plugins.inject(
226-
gulp.src('/${clientPath}/{app,components}/**/*.css', {read: false})
226+
gulp.src(`/${clientPath}/{app,components}/**/*.css`, {read: false})
227227
.pipe(plugins.sort()),
228228
{
229229
starttag: '<!-- injector:css -->',
@@ -559,7 +559,7 @@ gulp.task('constant', function() {
559559
basename: 'app.constant'
560560
}))
561561
.pipe(gulp.dest(`${clientPath}/app/`))
562-
})
562+
});
563563

564564
gulp.task('build:images', () => {
565565
return gulp.src(paths.client.images)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-angular-fullstack",
3-
"version": "3.1.1",
3+
"version": "3.3.0-beta.0",
44
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
55
"keywords": [
66
"yeoman-generator",

Diff for: readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
4141

4242
**General**
4343

44-
* Build Systems: `Grunt`, `Gulp` (experimental)
44+
* Build Systems: `Grunt`, `Gulp`
4545
* Testing:
4646
* `Jasmine`
4747
* `Mocha + Chai + Sinon`
@@ -113,7 +113,6 @@ Options:
113113
--skip-cache # Do not remember prompt answers Default: false
114114
--skip-install # Do not install dependencies Default: false
115115
--app-suffix # Allow a custom suffix to be added to the module name Default: App
116-
--gulp # Use the experimental Gulp config instead of Grunt Default: false
117116

118117
Arguments:
119118
name Type: String Required: false

0 commit comments

Comments
 (0)