Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Keeping npm and bower up to date #236

Open
mkoller opened this issue Mar 30, 2015 · 2 comments
Open

Keeping npm and bower up to date #236

mkoller opened this issue Mar 30, 2015 · 2 comments

Comments

@mkoller
Copy link

mkoller commented Mar 30, 2015

After I run npm install I usually follow with npm update and bower update to use the latest version of bootstrap (Currently v3.3.4) . Is this the best practice to keep these dependencies up to date? I haven't run into any problems yet other than a 404 on my style.css.map when inspecting through the web console.

@jamessy
Copy link

jamessy commented Mar 31, 2015

The 404 is because style.css.map is probably has the old theme name in the path. If you look in Grunt.js you'll see what I mean.

@sacerro
Copy link

sacerro commented May 10, 2015

You can create a new css map with, for example, lessc:
cd YOUR/LESS/PATH
lessc --source-map=style.css.map styles.less ..\dist\css\styles.css

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