Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. nightwave
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    nightwave

    @nightwave

    0
    Reputation
    510
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nightwave Unfollow Follow

    Latest posts made by nightwave

    • How to configure grunt file to generate source maps with LESS ?

      Hi, i want to configure grunt file to generate source maps compatible with FireFox Developer Tools.
      Tried add this to grunt.js:

      grunt.initConfig({
      	watch: {
      		options: {
      				strictImports : true,
      				sourceMap: true,
      			        sourceMapFilename: 'public/stylesheet.css.map',
      				sourceMapURL: 'http://127.0.0.1:4567/stylesheet.css.map'
      			}
      		lessUpdated_Client: {
      			files: [
      				'public/*.less',
      				'node_modules/nodebb-*/*.less', 'node_modules/nodebb-*/**/*.less',
      				'!node_modules/nodebb-*/node_modules/**',
      				'!node_modules/nodebb-*/.git/**'
      			]
      		},
      posted in Technical Support
      N
      nightwave
    • RE: How can i update my persona theme

      @yariplus Thanks !

      posted in Technical Support
      N
      nightwave
    • How can i update my persona theme

      My persona theme version is 4.0.118 and i want to update to the latest.
      tried to npm update within persona directory with no success.

      posted in Technical Support
      N
      nightwave
    • RTL language issue with NodeBB themes

      Hey guys, i am new with nodebb.
      I have this problem after a changed for RTL language and the alignment of avatar name and image is still left to right, can you give me some direction how to fix this ? (i have latest versiom 1.0.3) iam also will want to contribute with dedicated RTL theme.
      alt text

      posted in Technical Support
      N
      nightwave