Skip to content

Conversation

@kegluneq
Copy link

Update to conform with file naming conventions.

Update to conform with file naming conventions.
@kegluneq
Copy link
Author

This PR consists of two commands.

To update references in files:

find -type f |
    xargs grep -l '.ngDeps.dart' |
    xargs sed  -i -e 's:.ngDeps.dart:.ng_deps.dart:g'

To update filenames (needed in test/transform)

for f in $(find -name "*.ngDeps.dart");
    do mv ${f} $(echo ${f} |
        sed -e 's:.ngDeps.dart:.ng_deps.dart:');
done

@mhevery mhevery added @lgtm action: merge The PR is ready for merge by the caretaker labels Mar 18, 2015
@kegluneq kegluneq closed this in d10df7d Mar 18, 2015
@kegluneq kegluneq deleted the rename_ngdeps branch March 18, 2015 13:55
kegluneq pushed a commit to kegluneq/angular that referenced this pull request Mar 19, 2015
Update to conform with file naming conventions.
See angular#975
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants