Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
grunt(core): Remove Excess Grunt Dependencies (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig authored Oct 6, 2016
1 parent b0c5ad9 commit afe0d38
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ RUN sudo apt-get install -yq nodejs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install gem sass for grunt-contrib-sass
RUN gem install sass

# Install MEAN.JS Prerequisites
RUN npm install --quiet -g grunt-cli gulp bower yo mocha karma-cli pm2 && npm cache clean
RUN npm install --quiet -g gulp bower yo mocha karma-cli pm2 && npm cache clean

RUN mkdir -p /opt/mean.js/public/lib
WORKDIR /opt/mean.js
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile-production
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ RUN sudo apt-get install -yq nodejs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install gem sass for grunt-contrib-sass
RUN gem install sass

# Install MEAN.JS Prerequisites
RUN npm install --quiet -g grunt-cli gulp bower yo mocha karma-cli pm2 && npm cache clean
RUN npm install --quiet -g gulp bower yo mocha karma-cli pm2 && npm cache clean

RUN mkdir -p /opt/mean.js/public/lib
WORKDIR /opt/mean.js
Expand Down
1 change: 0 additions & 1 deletion config/assets/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module.exports = {
templates: ['build/templates.js']
},
server: {
gruntConfig: ['gruntfile.js'],
gulpConfig: ['gulpfile.js'],
allJS: ['server.js', 'config/**/*.js', 'modules/*/server/**/*.js'],
models: 'modules/*/server/models/**/*.js',
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
"file-stream-rotator": "~0.0.6",
"generate-password": "~1.1.1",
"glob": "~7.0.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"helmet": "~2.1.2",
"jasmine-core": "~2.5.0",
"lodash": "~4.15.0",
Expand Down Expand Up @@ -112,7 +110,6 @@
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.0",
"lcov-result-merger": "~1.2.0",
"load-grunt-tasks": "~3.4.1",
"mock-fs": "~3.11.0",
"node-inspector": "~0.12.7",
"run-sequence": "~1.2.2",
Expand Down

0 comments on commit afe0d38

Please sign in to comment.