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

v2 generate new page - hint text incorrect #5641

Closed
alexbainbridge opened this issue Feb 28, 2016 · 1 comment
Closed

v2 generate new page - hint text incorrect #5641

alexbainbridge opened this issue Feb 28, 2016 · 1 comment
Assignees

Comments

@alexbainbridge
Copy link

Short description of the problem:

When you create a new page using CLI via

ionic g page myPage

Helpfully you provide a comment

Don't forget to add an import for city-new.scss in app/themes/app.core.scss:

  @import ../pages/city-new/city-new.scss

Now perhaps this is obvious, but the import should be with double quotes and a semi-colon

Don't forget to add an import for city-new.scss in app/themes/app.core.scss:

  @import "../pages/city-new/city-new.scss";

What behavior are you expecting?

The hint should be with quotes and semi-colon, rather than without.
Might prevent some future support questions (although perhaps this is obvious)

Ionic Version: 1.x / 2.x
2

Browser & Operating System: iOS / Android / Chrome

Mac / Chrome

Run ionic info from terminal/cmd prompt:

Cordova CLI: 5.4.1
Ionic Version: 2.0.0-beta.1
Ionic CLI Version: 2.0.0-beta.17
Ionic App Lib Version: 2.0.0-beta.8
ios-deploy version: Not installed
ios-sim version: 5.0.4 
OS: Mac OS X El Capitan
Node Version: v5.3.0
Xcode version: Xcode 7.2 Build version 7C68
@tlancina
Copy link
Contributor

Thanks! Fixed in 3784f47.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants